Skip to content

Commit

Permalink
Merge #52
Browse files Browse the repository at this point in the history
52: Prepare v0.4.2 r=therealprof a=adamgreig



Co-authored-by: Adam Greig <adam@adamgreig.com>
  • Loading branch information
bors[bot] and adamgreig committed Jan 4, 2022
2 parents d7fdb22 + 9a63a42 commit caa821e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.4.2] - 2022-01-04

### Changed

- Updated `cortex-m` dependency to 0.7.2.

## [v0.4.1] - 2021-01-02

### Added
Expand Down Expand Up @@ -83,7 +89,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.1...HEAD
[Unreleased]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...HEAD
[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
[v0.3.5]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.4...v0.3.5
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.1"
version = "0.4.2"

[dependencies]
cortex-m = "0.7.2"
Expand Down

0 comments on commit caa821e

Please sign in to comment.