Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.4.1] - 2019-04-28

- Updated `cortex-m` version to not have the issue when linking multiple
versions of it.

## [v0.4.0] - 2018-09-10

- [breaking-change] The `panic_handler` feature gate has been removed. This
Expand Down Expand Up @@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/japaric/panic-itm/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/japaric/panic-itm/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/japaric/panic-itm/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/japaric/panic-itm/compare/v0.1.1...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
license = "MIT OR Apache-2.0"
name = "panic-itm"
repository = "https://github.com/rust-embedded/panic-itm"
version = "0.4.0"
version = "0.4.1"

[dependencies]
cortex-m = ">=0.5.6,<0.7"