aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-11-14 13:45:03 +0000
committerGravatar GitHub <noreply@github.com> 2020-11-14 13:45:03 +0000
commit289daf9f3fc536d9b3f66a3c615175e3df07ce19 (patch)
tree558d29b185fd56ad71ac70f58258d4e3712a30e5
parentd86baecedcba528e1081e006dbf0a29bd7038374 (diff)
parente2205142907a28a867b94ab3144a7e73bed52121 (diff)
downloadcortex-m-289daf9f3fc536d9b3f66a3c615175e3df07ce19.tar.gz
cortex-m-289daf9f3fc536d9b3f66a3c615175e3df07ce19.tar.zst
cortex-m-289daf9f3fc536d9b3f66a3c615175e3df07ce19.zip
Merge #292p-i-v0.4.2
292: Prepare for panic-itm v0.4.2 supporting cortex-m v0.7 r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
-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" }