File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.2.2] - 2017-04-29
11+
12+ ### Added
13+
14+ - a ` __rust_allocate_zeroed ` symbol as it's needed on recent nightlies.
15+
1016## [ v0.2.1] - 2016-11-27
1117
1218### Fixed
@@ -27,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2733
2834- Initial version of the allocator
2935
30- [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...HEAD
36+ [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...HEAD
37+ [ v0.2.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...v0.2.2
3138[ v0.2.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.0...v0.2.1
3239[ 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.1 "
8+ version = " 0.2.2 "
99
1010[dependencies ]
1111cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments