File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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-10-29
11+
1012- Minor fixes to module docs.
1113- Make MSRV of 1.87.0 explicit.
1214- Implement ` Default ` for ` CapacityError ` .
@@ -717,7 +719,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
717719
718720- Initial release
719721
720- [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD
722+ [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.2...HEAD
723+ [ v0.9.2 ] : https://github.com/rust-embedded/heapless/compare/v0.9.1...v0.9.2
721724[ v0.9.1 ] : https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1
722725[ v0.9.0 ] : https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
723726[ v0.8.0 ] : https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ keywords = ["static", "no-heap"]
1313license = " MIT OR Apache-2.0"
1414name = " heapless"
1515repository = " https://github.com/rust-embedded/heapless"
16- version = " 0.9.1 "
16+ version = " 0.9.2 "
1717
1818[features ]
1919bytes = [" dep:bytes" ]
You can’t perform that action at this time.
0 commit comments