Skip to content

Commit

Permalink
Version 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Aug 8, 2023
1 parent 0f8ecab commit 0071902
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion crates/mirror-mirror/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-mirror"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"]
repository = "https://github.com/EmbarkStudios/mirror-mirror"
Expand Down

0 comments on commit 0071902

Please sign in to comment.