From 2df765bb558c4b030f963bb72a419d60e0cdec80 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 5 Jun 2020 11:47:36 +0200 Subject: [PATCH 1/2] 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 162dc1f..6f6b72f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 39495629791ddf3cff4cb336f2bc52665f8673b8 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 5 Jun 2020 11:59:12 +0200 Subject: [PATCH 2/2] Update changelog for v0.4.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3d959..1841fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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