Skip to content

Commit 1918822

Browse files
authored
Merge pull request #574 from Nitrokey/release-091
Prepare release 0.9.1
2 parents 3b0283f + 0a764cd commit 1918822

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.9.1] - 2025-08-19
11+
1012
### Added
1113

1214
- Added `String::insert` and `String::insert_str`.
@@ -698,7 +700,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
698700

699701
- Initial release
700702

701-
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD
703+
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD
704+
[v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1
702705
[v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
703706
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
704707
[v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/rust-embedded/heapless"
15-
version = "0.9.0"
15+
version = "0.9.1"
1616

1717
[features]
1818
bytes = ["dep:bytes"]

0 commit comments

Comments
 (0)