@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.9.0] - 2025-04-28
11
+
10
12
### Added
11
13
12
14
- Added ` bytes::Buf ` and ` bytes::BufMut ` implementations for ` Vec ` .
@@ -66,7 +68,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
68
- ` Vec::extend_from_slice `
67
69
- ` Vec::from_slice `
68
70
- ` Vec::resize_default `
69
- > * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
70
71
- ` Vec::resize `
71
72
- Renamed ` FromUtf16Error::DecodeUtf16Error ` to ` FromUtf16Error::DecodeUtf16 ` .
72
73
- Changed ` stable_deref_trait ` to a platform-dependent dependency.
@@ -96,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96
97
- The ` MpMcQueue ` type has been renamed to ` Queue ` .
97
98
- The ` MpMcQueueView ` type has been renamed to ` QueueView ` .
98
99
- The ` MpMcQueueInner ` type has been renamed to ` QueueInner ` .
100
+ - Remove ` Q* ` type aliases for ` MpMcQueue ` , and rename it to just ` Queue `
99
101
- Changed ` Queue::split ` to be ` const ` .
100
102
101
103
### Fixed
@@ -673,7 +675,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
673
675
674
676
- Initial release
675
677
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
677
680
[ v0.8.0 ] : https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
678
681
[ v0.7.16 ] : https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
679
682
[ v0.7.15 ] : https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15
0 commit comments