Skip to content

Commit 021a544

Browse files
authored
Merge pull request #556 from zeenix/release-0.9.0
Release 0.9.0
2 parents c544954 + 92b476a commit 021a544

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
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.0] - 2025-04-28
11+
1012
### Added
1113

1214
- Added `bytes::Buf` and `bytes::BufMut` implementations for `Vec`.
@@ -66,7 +68,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6668
- `Vec::extend_from_slice`
6769
- `Vec::from_slice`
6870
- `Vec::resize_default`
69-
> * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
7071
- `Vec::resize`
7172
- Renamed `FromUtf16Error::DecodeUtf16Error` to `FromUtf16Error::DecodeUtf16`.
7273
- Changed `stable_deref_trait` to a platform-dependent dependency.
@@ -96,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9697
- The `MpMcQueue` type has been renamed to `Queue`.
9798
- The `MpMcQueueView` type has been renamed to `QueueView`.
9899
- The `MpMcQueueInner` type has been renamed to `QueueInner`.
100+
- Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
99101
- Changed `Queue::split` to be `const`.
100102

101103
### Fixed
@@ -673,7 +675,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
673675

674676
- Initial release
675677

676-
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.8.0...HEAD
678+
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD
679+
[v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
677680
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
678681
[v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
679682
[v0.7.15]: https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/rust-embedded/heapless"
15-
version = "0.8.0"
15+
version = "0.9.0"
1616

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

0 commit comments

Comments
 (0)