mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
Merge pull request #574 from Nitrokey/release-091
Prepare release 0.9.1
This commit is contained in:
commit
19188229ac
@ -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
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user