Skip to content

Commit d34b1ce

Browse files
bors[bot]adamgreig
andauthored
Merge #302
302: Update c-m-sh changelog for 0.3.7 r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 878b686 + 64f936c commit d34b1ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [v0.4.1] - 2020-10-20
99

10+
0.4.1 was yanked because the pre-built binaries contain conflicting symbols
11+
with a supported version of cortex-m.
12+
1013
- Fix missing prebuilt binaries (#271)
1114

1215
## [v0.4.0] - 2020-10-14
1316

17+
v0.4.0 was yanked because it did not include the required pre-built binaries
18+
in the final crate.
19+
1420
- Moved into cortex-m repository
1521
- Merge `HStdout` and `HStderr` into one type: `HostStream`
1622
- Support cortex-m v0.7
23+
- Semihosting macros no longer return a Result, instead errors are ignored.
24+
25+
## [v0.3.7] - 2020-12-02
26+
27+
- Replaces the yanked v0.3.6 by reverting #48, so the semihosting macros
28+
continue to return a Result.
1729

1830
## [v0.3.6] - 2020-12-01
1931

32+
v0.3.6 was yanked because it incorrectly included #48, which was a breaking
33+
change.
34+
2035
### Added
2136

2237
- Update cortex-m dependency to support version 0.7.
@@ -129,6 +144,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
129144
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...HEAD
130145
[v0.4.1]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...c-m-sh-v0.4.1
131146
[v0.4.0]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...c-m-sh-v0.4.0
147+
[v0.3.7]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...v0.3.7
132148
[v0.3.6]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
133149
[v0.3.5]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
134150
[v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4

0 commit comments

Comments
 (0)