diff --git a/CHANGELOG.md b/CHANGELOG.md index e306852..9fb8604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.0 - 2024-12-09 + +This release just updates dependencies. + ## v1.1.0 - 2024-12-04 This release adds support for deserializing YAML in the same way as TOML. [PR/235] diff --git a/Cargo.lock b/Cargo.lock index 26885e8..fc504cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axoasset" -version = "1.1.0" +version = "1.2.0" dependencies = [ "assert_fs", "camino", diff --git a/Cargo.toml b/Cargo.toml index 7279cce..c750af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axoasset" description = ">o_o<" -version = "1.1.0" +version = "1.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoasset"