File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.2.1] - 2016-11-27
11+
1012### Fixed
1113
1214- The heap size is ` end_addr ` - ` start_addr ` . Previously, it was wrongly
@@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2527
2628- Initial version of the allocator
2729
28- [ Unreleased ] : https://github.com/japaric/f3/compare/v0.2.0...HEAD
29- [ v0.2.0 ] : https://github.com/japaric/f3/compare/v0.1.0...v0.2.0
30+ [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...HEAD
31+ [ v0.2.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.0...v0.2.1
32+ [ v0.2.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ documentation = "https://docs.rs/alloc-cortex-m"
55keywords = [" arm" , " cortex-m" , " allocator" ]
66license = " MIT OR Apache-2.0"
77name = " alloc-cortex-m"
8- version = " 0.2.0 "
8+ version = " 0.2.1 "
99
1010[dependencies ]
1111cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments