File tree 2 files changed +4
-3
lines changed
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.
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.5.1 ] - 2023-11-04
9
9
10
10
### Added
11
11
@@ -120,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120
120
121
121
- Initial version of the allocator
122
122
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
124
125
[ v0.5.0 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
125
126
[ v0.4.3 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3
126
127
[ 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 = [
21
21
]
22
22
license = " MIT OR Apache-2.0"
23
23
name = " embedded-alloc"
24
- version = " 0.5.0 "
24
+ version = " 0.5.1 "
25
25
26
26
[features ]
27
27
allocator_api = []
You can’t perform that action at this time.
0 commit comments