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.5.1 ] - 2023-11-04
99
1010### Added
1111
@@ -120,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120120
121121- Initial version of the allocator
122122
123- [ Unreleased ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...HEAD
123+ [ Unreleased ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
124+ [ v0.5.1 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
124125[ v0.5.0 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
125126[ v0.4.3 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3
126127[ v0.4.2 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.1...v0.4.2
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.0 "
24+ version = " 0.5.1 "
2525
2626[features ]
2727allocator_api = []
You can’t perform that action at this time.
0 commit comments