File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -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 ` .
@@ -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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
12
12
license = " MIT OR Apache-2.0"
13
13
name = " heapless"
14
14
repository = " https://github.com/rust-embedded/heapless"
15
- version = " 0.8 .0"
15
+ version = " 0.9 .0"
16
16
17
17
[features ]
18
18
bytes = [" dep:bytes" ]
You can’t perform that action at this time.
0 commit comments