File tree 2 files changed +6
-3
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.1] - 2016-11-27
11
+
10
12
### Fixed
11
13
12
14
- 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/).
25
27
26
28
- Initial version of the allocator
27
29
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"
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.0 "
8
+ version = " 0.2.1 "
9
9
10
10
[dependencies ]
11
11
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments