diff --git a/CHANGELOG.md b/CHANGELOG.md index d680be7..c88401d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **added:** Implement serialization traits for `ScalarOwned` +- None. + +# 0.1.15 (08. August, 2023) + +- **added:** Implement serialization traits for `ScalarOwned` ([#117]) +- **fixed:** Use `core::any::type_name` to determine `type_name` for `ScalarType` variants ([#124]) + +[#124]: https://github.com/EmbarkStudios/mirror-mirror/pull/124 +[#117]: https://github.com/EmbarkStudios/mirror-mirror/pull/117 # 0.1.14 (11. April, 2023) diff --git a/crates/mirror-mirror/Cargo.toml b/crates/mirror-mirror/Cargo.toml index 4ce9e6f..a94a00e 100644 --- a/crates/mirror-mirror/Cargo.toml +++ b/crates/mirror-mirror/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-mirror" -version = "0.1.14" +version = "0.1.15" edition = "2021" authors = ["Embark ", "David Pedersen "] repository = "https://github.com/EmbarkStudios/mirror-mirror"