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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.9.1 ] - 2025-08-19
99
1010### Added
1111
@@ -698,7 +698,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
698698
699699- Initial release
700700
701- [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD
701+ [ Unreleased ] : https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD
702+ [ v0.9.0 ] : https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1
702703[ v0.9.0 ] : https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
703704[ v0.8.0 ] : https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
704705[ v0.7.16 ] : https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212license = " MIT OR Apache-2.0"
1313name = " heapless"
1414repository = " https://github.com/rust-embedded/heapless"
15- version = " 0.9.0 "
15+ version = " 0.9.1 "
1616
1717[features ]
1818bytes = [" dep:bytes" ]
You can’t perform that action at this time.
0 commit comments