aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panic-itm/CHANGELOG.md7
-rw-r--r--panic-itm/Cargo.toml2
2 files changed, 7 insertions, 2 deletions
diff --git a/panic-itm/CHANGELOG.md b/panic-itm/CHANGELOG.md
index 2d955cb..75a5a5e 100644
--- a/panic-itm/CHANGELOG.md
+++ b/panic-itm/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.4.2] - 2020-11-14
+
+- Support cortex-m v0.7.0
+
## [v0.4.1] - 2019-04-28
- 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/).
Initial release
-[Unreleased]: https://github.com/rust-embedded/panic-itm/compare/v0.4.1...HEAD
+[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/p-i-v0.4.2...HEAD
+[v0.4.2]: https://github.com/rust-embedded/cortex-m/compare/p-i-v0.4.1...p-i-v0.4.2
[v0.4.1]: https://github.com/rust-embedded/panic-itm/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/rust-embedded/panic-itm/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/rust-embedded/panic-itm/compare/v0.2.0...v0.3.0
diff --git a/panic-itm/Cargo.toml b/panic-itm/Cargo.toml
index 23cf1f3..d03130b 100644
--- a/panic-itm/Cargo.toml
+++ b/panic-itm/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
license = "MIT OR Apache-2.0"
name = "panic-itm"
repository = "https://github.com/rust-embedded/cortex-m"
-version = "0.4.1"
+version = "0.4.2"
[dependencies]
cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" }