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,11 +5,12 @@ 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-04-28
99
1010### Changed
1111
1212- ` bytes::BufMut ` is now implemented on ` VecInner ` .
13+ - Made ` LenType ` opt-in
1314
1415### Fixed
1516
@@ -19,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1920
2021- Removed invalid ` bytes::Buf ` implementation.
2122
22- ## [ v0.9.0] - 2025-04-28
23+ ## [ v0.9.0] - 2025-04-28 (Yanked)
2324
2425### Added
2526
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