Skip to content

Commit 61bbe57

Browse files
Prepare release 0.9.1
This is a breaking change, 0.9.0 should be yanked. See #568
1 parent 12ef048 commit 61bbe57

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/rust-embedded/heapless"
15-
version = "0.9.0"
15+
version = "0.9.1"
1616

1717
[features]
1818
bytes = ["dep:bytes"]

0 commit comments

Comments
 (0)