diff --git a/CHANGELOG.md b/CHANGELOG.md index c06dcfffe2..7cc505fcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.9.2] 2025-10-29 + - Minor fixes to module docs. - Make MSRV of 1.87.0 explicit. - Implement `Default` for `CapacityError`. @@ -717,7 +719,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.2...HEAD +[v0.9.2]: https://github.com/rust-embedded/heapless/compare/v0.9.1...v0.9.2 [v0.9.1]: https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1 [v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 9fb63e5a66..3524c533b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["static", "no-heap"] license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/rust-embedded/heapless" -version = "0.9.1" +version = "0.9.2" [features] bytes = ["dep:bytes"]