From 3762e541b9072c4df05273539d909b6593774f51 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Thu, 3 Nov 2022 01:27:59 +0000 Subject: [PATCH] Prepare v0.4.3 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ad1c6..a69c998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.4.3] - 2022-11-03 + +### Changed + +- Updated `linked_list_allocator` dependency to 0.10.4, which fixes + CVE-2022-36086/RUSTSEC-2022-0063. + ## [v0.4.2] - 2022-01-04 ### Changed @@ -89,7 +96,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial version of the allocator -[Unreleased]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...HEAD +[Unreleased]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.3...HEAD +[v0.4.3]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.5...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index d358597..a9c1fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ keywords = [ ] license = "MIT OR Apache-2.0" name = "alloc-cortex-m" -version = "0.4.2" +version = "0.4.3" [dependencies] cortex-m = "0.7.2"