Skip to content

Commit b11b99b

Browse files
committed
v0.2.2
1 parent e115a58 commit b11b99b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

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.1"
8+
version = "0.2.2"
99

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

0 commit comments

Comments
 (0)