File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.3] - 2022-11-03
11+
12+ ### Changed
13+
14+ - Updated ` linked_list_allocator ` dependency to 0.10.4, which fixes
15+ CVE-2022 -36086/RUSTSEC-2022-0063.
16+
1017## [ v0.4.2] - 2022-01-04
1118
1219### Changed
@@ -89,7 +96,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8996
9097- Initial version of the allocator
9198
92- [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...HEAD
99+ [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.3...HEAD
100+ [ v0.4.3 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...v0.4.3
93101[ v0.4.2 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2
94102[ v0.4.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1
95103[ v0.4.0 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.5...v0.4.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
1919]
2020license = " MIT OR Apache-2.0"
2121name = " alloc-cortex-m"
22- version = " 0.4.2 "
22+ version = " 0.4.3 "
2323
2424[dependencies ]
2525cortex-m = " 0.7.2"
You can’t perform that action at this time.
0 commit comments