diff --git a/CHANGELOG.md b/CHANGELOG.md index a985747..1383148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- + +## [0.3.2][] - 2024-01-14 + ### Added - Add `Clone` and `Copy` implementations for `InterchangeRef`. @@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changes API to use references instead of moves. This improves stack usage. -[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.1...HEAD +[Unreleased]: https://github.com/trussed-dev/interchange/compare/0.3.2...HEAD +[0.3.2]: https://github.com/trussed-dev/interchange/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/trussed-dev/interchange/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/trussed-dev/interchange/compare/0.2.2...0.3.0 [0.2.2]: https://github.com/trussed-dev/interchange/compare/0.2.0...0.2.2 diff --git a/Cargo.toml b/Cargo.toml index 1f92965..9ffb319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "interchange" -version = "0.3.1" +version = "0.3.2" authors = ["The Trussed developers", "Nicolas Stalder "] edition = "2018" description = "Request/response mechanism for embedded development, using atomics"