This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010name = " cortex-m-semihosting"
1111readme = " README.md"
1212repository = " https://github.com/rust-embedded/cortex-m-semihosting"
13- version = " 0.3.6 "
13+ version = " 0.3.7 "
1414edition = " 2018"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments