diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d4b36bb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## v0.0.1 - 2023-02-14 + +Initial release. diff --git a/Cargo.toml b/Cargo.toml index d310296..f0cb878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "axoasset" description = ">o_o<" -version = "0.1.0" +version = "0.0.1" edition = "2021" -license = "MPL-2.0" +license = "MIT OR Apache-2.0" [dependencies] image = "0.24.5"