Skip to content

Commit 3949562

Browse files
author
Jonas Schievink
committed
Update changelog for v0.4.0
1 parent 2df765b commit 3949562

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.0] - 2020-06-05
11+
12+
- Bumped the `cortex-m` dependency to v0.6.2.
1013
- Bumped the dependency of the `linked_list_allocator` crate to v0.8.1.
11-
- Removed `#![feature(alloc)]` to supress compiler warning about stability for alloc
14+
- Removed `#![feature(alloc)]` to supress compiler warning about stability for alloc.
1215

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

@@ -70,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7073

7174
- Initial version of the allocator
7275

73-
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...HEAD
76+
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.4.0...HEAD
77+
[v0.4.0]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...v0.4.0
7478
[v0.3.5]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...v0.3.5
7579
[v0.3.4]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
7680
[v0.3.3]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3

0 commit comments

Comments
 (0)