Skip to content

Commit

Permalink
Merge #58
Browse files Browse the repository at this point in the history
58: Prepare v0.4.3 r=newAM a=adamgreig

cc #57

Co-authored-by: Adam Greig <adam@adamgreig.com>
  • Loading branch information
bors[bot] and adamgreig committed Nov 6, 2022
2 parents 5b6f3ae + 3762e54 commit e805a4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e805a4a

Please sign in to comment.