Skip to content

Commit 688bc7f

Browse files
author
Jorge Aparicio
committed
release v0.2.1
1 parent 188138f commit 688bc7f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/alloc-cortex-m"
55
keywords = ["arm", "cortex-m", "allocator"]
66
license = "MIT OR Apache-2.0"
77
name = "alloc-cortex-m"
8-
version = "0.2.0"
8+
version = "0.2.1"
99

1010
[dependencies]
1111
cortex-m = "0.1.5"

0 commit comments

Comments
 (0)