Skip to content

Commit

Permalink
Merge #35
Browse files Browse the repository at this point in the history
35: 0.4.0 r=adamgreig a=jonas-schievink



Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
  • Loading branch information
bors[bot] and Jonas Schievink committed Jun 5, 2020
2 parents 3f0925f + 3949562 commit 231dafe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.4.0] - 2020-06-05

- Bumped the `cortex-m` dependency to v0.6.2.
- Bumped the dependency of the `linked_list_allocator` crate to v0.8.1.
- Removed `#![feature(alloc)]` to supress compiler warning about stability for alloc
- Removed `#![feature(alloc)]` to supress compiler warning about stability for alloc.

## [v0.3.5] - 2018-06-19

Expand Down Expand Up @@ -70,7 +73,8 @@ 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.3.5...HEAD
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...v0.4.0
[v0.3.5]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = [
]
license = "MIT OR Apache-2.0"
name = "alloc-cortex-m"
version = "0.3.5"
version = "0.4.0"

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

0 comments on commit 231dafe

Please sign in to comment.