Skip to content

Commit 5910cbe

Browse files
bors[bot]adamgreig
andauthored
Merge #294
294: Fix docs.rs build, prepare for v0.5.6 r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents d0a94ce + 0b5e960 commit 5910cbe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

panic-semihosting/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.5.6] - 2020-11-14
11+
12+
- Fix update to docs.rs to build for an embedded target
13+
1014
## [v0.5.5] - 2020-11-14
1115

1216
- Update docs.rs to build for an embedded target
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6569

6670
Initial release
6771

68-
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.5...HEAD
72+
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.6...HEAD
73+
[v0.5.6]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.5...p-sh-v0.5.6
6974
[v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.4...p-sh-v0.5.5
7075
[v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.3...p-sh-v0.5.4
7176
[v0.5.3]: https://github.com/rust-embedded/panic-semihosting/compare/v0.5.2...v0.5.3

panic-semihosting/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["panic-handler", "panic-impl", "panic", "semihosting"]
1010
license = "MIT OR Apache-2.0"
1111
name = "panic-semihosting"
1212
repository = "https://github.com/rust-embedded/cortex-m"
13-
version = "0.5.5"
13+
version = "0.5.6"
1414

1515
[dependencies]
1616
cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" }
@@ -21,5 +21,5 @@ exit = []
2121
inline-asm = ["cortex-m-semihosting/inline-asm", "cortex-m/inline-asm"]
2222
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]
2323

24-
[package.emtadata.docs.rs]
24+
[package.metadata.docs.rs]
2525
targets = ["thumbv6m-none-eabi"]

0 commit comments

Comments
 (0)