This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree 2 files changed +11
-2
lines changed 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/).
5
5
6
6
## [ Unreleased]
7
7
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
+
8
13
## [ v0.3.6] - 2020-12-01
9
14
15
+ v0.3.6 was yanked because it incorrectly included #48 , which was a breaking
16
+ change.
17
+
10
18
### Added
11
19
12
20
- Update cortex-m dependency to support version 0.7.
@@ -116,7 +124,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
116
124
117
125
- Initial release
118
126
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
120
129
[ v0.3.6 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
121
130
[ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
122
131
[ 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"
10
10
name = " cortex-m-semihosting"
11
11
readme = " README.md"
12
12
repository = " https://github.com/rust-embedded/cortex-m-semihosting"
13
- version = " 0.3.6 "
13
+ version = " 0.3.7 "
14
14
edition = " 2018"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments