File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.2.0] - 2016-11-19
11+
1012### Changed
1113
1214- [ breaking] Hid the HEAP variable. We now only expose an ` init ` function to
1315 initialize the allocator.
1416
15- ## [ v0.1.0] - 2016-11-19
17+ ## v0.1.0 - 2016-11-19
1618
1719### Added
1820
1921- Initial version of the allocator
22+
23+ [ Unreleased ] : https://github.com/japaric/f3/compare/v0.2.0...HEAD
24+ [ v0.2.0 ] : https://github.com/japaric/f3/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.1 .0"
8+ version = " 0.2 .0"
99
1010[dependencies ]
1111cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments