Skip to content

Commit 5215619

Browse files
committed
Release 0.9.0
Fixes #529.
1 parent ad5a0ee commit 5215619

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,7 +5,7 @@ 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.0] - 2025-04-23
99

1010
### Added
1111

@@ -667,7 +667,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
667667

668668
- Initial release
669669

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
671672
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
672673
[v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
673674
[v0.7.15]: https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15

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.8.0"
15+
version = "0.9.0"
1616

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

0 commit comments

Comments
 (0)