Merge pull request #574 from Nitrokey/release-091

Prepare release 0.9.1
This commit is contained in:
Soso 2025-08-20 09:21:46 +00:00 committed by GitHub
commit 19188229ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"]