From 0b5e960af3843cc68da9eb50a1c37c10f0f432a7 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sat, 14 Nov 2020 16:04:18 +0000 Subject: [PATCH] Fix docs.rs build, prepare for v0.5.6 --- panic-semihosting/CHANGELOG.md | 7 ++++++- panic-semihosting/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/panic-semihosting/CHANGELOG.md b/panic-semihosting/CHANGELOG.md index 98b64536..95c38901 100644 --- a/panic-semihosting/CHANGELOG.md +++ b/panic-semihosting/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.5.6] - 2020-11-14 + +- Fix update to docs.rs to build for an embedded target + ## [v0.5.5] - 2020-11-14 - Update docs.rs to build for an embedded target @@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.5...HEAD +[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.6...HEAD +[v0.5.6]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.5...p-sh-v0.5.6 [v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.4...p-sh-v0.5.5 [v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.3...p-sh-v0.5.4 [v0.5.3]: https://github.com/rust-embedded/panic-semihosting/compare/v0.5.2...v0.5.3 diff --git a/panic-semihosting/Cargo.toml b/panic-semihosting/Cargo.toml index f86f23fd..46a3d2f1 100644 --- a/panic-semihosting/Cargo.toml +++ b/panic-semihosting/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["panic-handler", "panic-impl", "panic", "semihosting"] license = "MIT OR Apache-2.0" name = "panic-semihosting" repository = "https://github.com/rust-embedded/cortex-m" -version = "0.5.5" +version = "0.5.6" [dependencies] cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" } @@ -21,5 +21,5 @@ exit = [] inline-asm = ["cortex-m-semihosting/inline-asm", "cortex-m/inline-asm"] jlink-quirks = ["cortex-m-semihosting/jlink-quirks"] -[package.emtadata.docs.rs] +[package.metadata.docs.rs] targets = ["thumbv6m-none-eabi"]