Skip to content

Update c-m-sh changelog for 0.3.7 #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions cortex-m-semihosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

0.4.1 was yanked because the pre-built binaries contain conflicting symbols
with a supported version of cortex-m.

- Fix missing prebuilt binaries (#271)

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

v0.4.0 was yanked because it did not include the required pre-built binaries
in the final crate.

- Moved into cortex-m repository
- Merge `HStdout` and `HStderr` into one type: `HostStream`
- Support cortex-m v0.7
- Semihosting macros no longer return a Result, instead errors are ignored.

## [v0.3.7] - 2020-12-02

- Replaces the yanked v0.3.6 by reverting #48, so the semihosting macros
continue to return a Result.

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

v0.3.6 was yanked because it incorrectly included #48, which was a breaking
change.

### Added

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