Skip to content

Commit 5563526

Browse files
author
Jorge Aparicio
committed
release v0.2.0
1 parent f64556e commit 5563526

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.1.0"
8+
version = "0.2.0"
99

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

0 commit comments

Comments
 (0)