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

Commit 86a636e

Browse files
committed
Prepare for v0.3.7
1 parent a8fea97 commit 86a636e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.3.7] - 2020-12-02
9+
10+
- Replaces the yanked v0.3.6 by reverting #48, so the semihosting macros
11+
continue to return a Result.
12+
813
## [v0.3.6] - 2020-12-01
914

15+
v0.3.6 was yanked because it incorrectly included #48, which was a breaking
16+
change.
17+
1018
### Added
1119

1220
- Update cortex-m dependency to support version 0.7.
@@ -116,7 +124,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
116124

117125
- Initial release
118126

119-
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...HEAD
127+
[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.7...HEAD
128+
[v0.3.7]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...v0.3.7
120129
[v0.3.6]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
121130
[v0.3.5]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
122131
[v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6"
13+
version = "0.3.7"
1414
edition = "2018"
1515

1616
[features]

0 commit comments

Comments
 (0)