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.6.0 ] - 2024-09-01
9
9
10
10
### Added
11
11
@@ -131,7 +131,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
131
131
132
132
- Initial version of the allocator
133
133
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
135
136
[ v0.5.1 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
136
137
[ v0.5.0 ] : https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
137
138
[ 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 = [
21
21
]
22
22
license = " MIT OR Apache-2.0"
23
23
name = " embedded-alloc"
24
- version = " 0.5.1 "
24
+ version = " 0.6.0 "
25
25
26
26
[features ]
27
27
default = [" llff" , " tlsf" ]
You can’t perform that action at this time.
0 commit comments