Skip to content

Commit effadbb

Browse files
committed
Prepare release 0.9.2
1 parent a3fc143 commit effadbb

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.2] 2025-11-11
11+
1012
- Minor fixes to module docs.
1113
- Make MSRV of 1.87.0 explicit.
1214
- Implement `Default` for `CapacityError`.
@@ -727,7 +729,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
727729

728730
- Initial release
729731

730-
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD
732+
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.2...HEAD
733+
[v0.9.2]: https://github.com/rust-embedded/heapless/compare/v0.9.1...v0.9.2
731734
[v0.9.1]: https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1
732735
[v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
733736
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0

Cargo.toml

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

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

0 commit comments

Comments
 (0)