diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c9867..2548f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### v0.9.4 - 2024-05-22 + +### Maintenace + +Updates several dependencies. + ### v0.9.3 - 2024-04-16 ### 🛠️ Fixes diff --git a/Cargo.lock b/Cargo.lock index 7d0efa5..1cb4d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axoasset" -version = "0.9.3" +version = "0.9.4" dependencies = [ "assert_fs", "camino", diff --git a/Cargo.toml b/Cargo.toml index 0dbe2f3..54ee104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axoasset" description = ">o_o<" -version = "0.9.3" +version = "0.9.4" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoasset"