Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit cca2029

Browse files
committed
Prepared for v0.4.1 release
1 parent 6b96ecf commit cca2029

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.1] - 2019-04-28
11+
12+
- Updated `cortex-m` version to not have the issue when linking multiple
13+
versions of it.
14+
1015
## [v0.4.0] - 2018-09-10
1116

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

4247
Initial release
4348

44-
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.0...HEAD
49+
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.1...HEAD
50+
[v0.4.1]: https://github.com/japaric/panic-itm/compare/v0.4.0...v0.4.1
4551
[v0.4.0]: https://github.com/japaric/panic-itm/compare/v0.3.0...v0.4.0
4652
[v0.3.0]: https://github.com/japaric/panic-itm/compare/v0.2.0...v0.3.0
4753
[v0.2.0]: https://github.com/japaric/panic-itm/compare/v0.1.1...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
1010
license = "MIT OR Apache-2.0"
1111
name = "panic-itm"
1212
repository = "https://github.com/rust-embedded/panic-itm"
13-
version = "0.4.0"
13+
version = "0.4.1"
1414

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

0 commit comments

Comments
 (0)