diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be0233fa5..a0932a62d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.9.1] - 2025-08-19 + ### Added - Added `String::insert` and `String::insert_str`. @@ -698,7 +700,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD +[v0.9.0]: 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 [v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16 diff --git a/Cargo.toml b/Cargo.toml index b259387798..6ff17f1f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"] license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/rust-embedded/heapless" -version = "0.9.0" +version = "0.9.1" [features] bytes = ["dep:bytes"]