Skip to content

Commit caa821e

Browse files
bors[bot]adamgreig
andauthored
Merge #52
52: Prepare v0.4.2 r=therealprof a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents d7fdb22 + 9a63a42 commit caa821e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.2] - 2022-01-04
11+
12+
### Changed
13+
14+
- Updated `cortex-m` dependency to 0.7.2.
15+
1016
## [v0.4.1] - 2021-01-02
1117

1218
### Added
@@ -83,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8389

8490
- Initial version of the allocator
8591

86-
[Unreleased]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...HEAD
92+
[Unreleased]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...HEAD
93+
[v0.4.2]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2
8794
[v0.4.1]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1
8895
[v0.4.0]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.5...v0.4.0
8996
[v0.3.5]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.4...v0.3.5

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
license = "MIT OR Apache-2.0"
2121
name = "alloc-cortex-m"
22-
version = "0.4.1"
22+
version = "0.4.2"
2323

2424
[dependencies]
2525
cortex-m = "0.7.2"

0 commit comments

Comments
 (0)