Skip to content

Commit 3fd1b22

Browse files
committed
Prepare for c-m-sh 0.5.0, p-sh 0.6.0
1 parent e6c7249 commit 3fd1b22

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Diff for: cortex-m-semihosting/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.5.0] - 2022-03-01
9+
810
- Always use inline-asm, requiring Rust 1.59.
911
- Removed inline-asm feature.
1012

@@ -144,7 +146,8 @@ change.
144146

145147
- Initial release
146148

147-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...HEAD
149+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.5.0...HEAD
150+
[v0.5.0]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...c-m-sh-v0.5.0
148151
[v0.4.1]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...c-m-sh-v0.4.1
149152
[v0.4.0]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...c-m-sh-v0.4.0
150153
[v0.3.7]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...v0.3.7

Diff for: cortex-m-semihosting/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "cortex-m-semihosting"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/cortex-m"
14-
version = "0.4.1"
14+
version = "0.5.0"
1515
edition = "2021"
1616
rust-version = "1.59"
1717

Diff for: panic-semihosting/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.0] - 2022-03-01
11+
1012
- Always use inline-asm, requiring Rust 1.59.
1113
- Remove inline-asm feature.
1214

@@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7274

7375
Initial release
7476

75-
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.6...HEAD
77+
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.6.0...HEAD
78+
[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.6...p-sh-v0.6.0
7679
[v0.5.6]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.5...p-sh-v0.5.6
7780
[v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.4...p-sh-v0.5.5
7881
[v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.3...p-sh-v0.5.4

Diff for: panic-semihosting/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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.6"
13+
version = "0.6.0"
1414
rust-version = "1.59"
1515
edition = "2021"
1616

1717
[dependencies]
1818
cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" }
19-
cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, < 0.5" }
19+
cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.5.0, < 0.6" }
2020

2121
[features]
2222
exit = []

0 commit comments

Comments
 (0)