Skip to content

Commit a3efec6

Browse files
committed
Prepare release 0.9.2
1 parent e7fb25c commit a3efec6

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

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)