Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Apr 29, 2017
1 parent e115a58 commit b11b99b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.2] - 2017-04-29

### Added

- a `__rust_allocate_zeroed` symbol as it's needed on recent nightlies.

## [v0.2.1] - 2016-11-27

### Fixed
Expand All @@ -27,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial version of the allocator

[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...HEAD
[v0.2.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/japaric/alloc-cortex-m/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://docs.rs/alloc-cortex-m"
keywords = ["arm", "cortex-m", "allocator"]
license = "MIT OR Apache-2.0"
name = "alloc-cortex-m"
version = "0.2.1"
version = "0.2.2"

[dependencies]
cortex-m = "0.1.5"
Expand Down

0 comments on commit b11b99b

Please sign in to comment.