Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit a81d712

Browse files
committed
Prepare for v0.3.6
1 parent 88421cf commit a81d712

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.6] - 2020-12-01
9+
10+
### Added
11+
12+
- Update cortex-m dependency to support version 0.7.
13+
- Add `no-semihosting` feature to disable all semihosting calls.
14+
815
## [v0.3.5] - 2019-08-29
916

1017
### Added
@@ -109,7 +116,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
109116

110117
- Initial release
111118

112-
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...HEAD
119+
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...HEAD
120+
[v0.3.6]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
113121
[v0.3.5]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
114122
[v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
115123
[v0.3.3]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "cortex-m-semihosting"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded/cortex-m-semihosting"
13-
version = "0.3.5"
13+
version = "0.3.6"
1414
edition = "2018"
1515

1616
[features]
@@ -19,4 +19,4 @@ jlink-quirks = []
1919
no-semihosting = []
2020

2121
[dependencies]
22-
cortex-m = ">= 0.5.8, < 0.7"
22+
cortex-m = ">= 0.5.8, < 0.8"

0 commit comments

Comments
 (0)