Skip to content

Commit 289daf9

Browse files
bors[bot]adamgreig
andauthored
Merge #292
292: Prepare for panic-itm v0.4.2 supporting cortex-m v0.7 r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents d86baec + e220514 commit 289daf9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

panic-itm/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.2] - 2020-11-14
11+
12+
- Support cortex-m v0.7.0
13+
1014
## [v0.4.1] - 2019-04-28
1115

1216
- Updated `cortex-m` version to not have the issue when linking multiple
@@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4650

4751
Initial release
4852

49-
[Unreleased]: https://github.com/rust-embedded/panic-itm/compare/v0.4.1...HEAD
53+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/p-i-v0.4.2...HEAD
54+
[v0.4.2]: https://github.com/rust-embedded/cortex-m/compare/p-i-v0.4.1...p-i-v0.4.2
5055
[v0.4.1]: https://github.com/rust-embedded/panic-itm/compare/v0.4.0...v0.4.1
5156
[v0.4.0]: https://github.com/rust-embedded/panic-itm/compare/v0.3.0...v0.4.0
5257
[v0.3.0]: https://github.com/rust-embedded/panic-itm/compare/v0.2.0...v0.3.0

panic-itm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
1010
license = "MIT OR Apache-2.0"
1111
name = "panic-itm"
1212
repository = "https://github.com/rust-embedded/cortex-m"
13-
version = "0.4.1"
13+
version = "0.4.2"
1414

1515
[dependencies]
1616
cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" }

0 commit comments

Comments
 (0)