File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.9.0 ] - 2025-04-23
9
9
10
10
### Added
11
11
@@ -667,7 +667,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
667
667
668
668
- Initial release
669
669
670
- [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.8.0...HEAD
670
+ [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD
671
+ [ v0.9.0 ] : https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
671
672
[ v0.8.0 ] : https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
672
673
[ v0.7.16 ] : https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
673
674
[ 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