Skip to content

Commit ca95c4b

Browse files
authored
Merge pull request #656 from sgued/release-093
Prepare release 0.9.3
2 parents fba1da4 + c3d2061 commit ca95c4b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
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.3] 2025-04-15
11+
1012
- Fixed unsoundness in `Deque::clear`, `HistoryBuf::clear` and `IndexMap::clear` in the context
1113
of 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

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.2"
16+
version = "0.9.3"
1717

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

0 commit comments

Comments
 (0)