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.
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.1 ] - 2025-04-28
9
9
10
10
### Changed
11
11
12
12
- ` bytes::BufMut ` is now implemented on ` VecInner ` .
13
+ - Made ` LenType ` opt-in
13
14
14
15
### Fixed
15
16
@@ -19,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
20
20
21
- Removed invalid ` bytes::Buf ` implementation.
21
22
22
- ## [ v0.9.0] - 2025-04-28
23
+ ## [ v0.9.0] - 2025-04-28 (Yanked)
23
24
24
25
### Added
25
26
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.9.0 "
15
+ version = " 0.9.1 "
16
16
17
17
[features ]
18
18
bytes = [" dep:bytes" ]
You can’t perform that action at this time.
0 commit comments