File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3] 2025-04-15
11+
1012- Fixed unsoundness in ` Deque::clear ` , ` HistoryBuf::clear ` and ` IndexMap::clear ` in the context
1113of panicking drop implementations.
1214- Added ` from_bytes_truncating_at_nul ` to ` CString `
@@ -19,9 +21,6 @@ of panicking drop implementations.
1921- Added ` from_bytes_truncating_at_nul ` to ` CString `
2022- Added missing ` ?Sized ` bounds in ` PartialEq ` implementations
2123- Make ` PartialEq ` implementation for ` DequeInner ` and ` HistoryBufInner ` generic over the storage of the RHS
22-
23- ## [ v0.9.2] 2025-11-12
24-
2524- Minor fixes to module docs.
2625- Make MSRV of 1.87.0 explicit.
2726- Implement ` Default ` for ` CapacityError ` .
@@ -742,7 +741,8 @@ of panicking drop implementations.
742741
743742- Initial release
744743
745- [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.2...HEAD
744+ [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.3...HEAD
745+ [ v0.9.3 ] : https://github.com/rust-embedded/heapless/compare/v0.9.2...v0.9.3
746746[ v0.9.2 ] : https://github.com/rust-embedded/heapless/compare/v0.9.1...v0.9.2
747747[ v0.9.1 ] : https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1
748748[ v0.9.0 ] : https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.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.2 "
16+ version = " 0.9.3 "
1717
1818[features ]
1919bytes = [" dep:bytes" ]
You can’t perform that action at this time.
0 commit comments