File tree 2 files changed +9
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ v0.2.1] - 2016-11-27
11
17
12
18
### Fixed
@@ -27,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
33
28
34
- Initial version of the allocator
29
35
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
31
38
[ v0.2.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.0...v0.2.1
32
39
[ 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"
5
5
keywords = [" arm" , " cortex-m" , " allocator" ]
6
6
license = " MIT OR Apache-2.0"
7
7
name = " alloc-cortex-m"
8
- version = " 0.2.1 "
8
+ version = " 0.2.2 "
9
9
10
10
[dependencies ]
11
11
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments