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.6.0 ] - 2024-09-01
99
1010### Added
1111
@@ -131,7 +131,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
131131
132132- Initial version of the allocator
133133
134- [ Unreleased ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
134+ [ Unreleased ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.6.0...HEAD
135+ [ v0.6.0 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...v0.6.0
135136[ v0.5.1 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
136137[ v0.5.0 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
137138[ v0.4.3 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ keywords = [
2121]
2222license = " MIT OR Apache-2.0"
2323name = " embedded-alloc"
24- version = " 0.5.1 "
24+ version = " 0.6.0 "
2525
2626[features ]
2727default = [" llff" , " tlsf" ]
You can’t perform that action at this time.
0 commit comments