Skip to content

Commit 6c9060f

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #35
35: 0.4.0 r=therealprof a=jonas-schievink Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2 parents 3f0925f + 3949562 commit 6c9060f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
license = "MIT OR Apache-2.0"
2121
name = "alloc-cortex-m"
22-
version = "0.3.5"
22+
version = "0.4.0"
2323

2424
[dependencies]
2525
cortex-m = "0.6.2"

0 commit comments

Comments
 (0)