Skip to content

Commit

Permalink
Update changelog for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schievink committed Jun 5, 2020
1 parent 2df765b commit 3949562
Showing 1 changed file with 6 additions and 2 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

0 comments on commit 3949562

Please sign in to comment.