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

Commit 9fe9d81

Browse files
committed
remove panic_handler feature gate
This crate will compile on 1.30-beta and on stable 1.30 when they are released.
1 parent 6441134 commit 9fe9d81

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 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.0] - 2018-09-10
11+
12+
- [breaking-change] The `panic_handler` feature gate has been removed. This
13+
crate will compile on 1.30-beta and on stable 1.30 when they are released.
14+
1015
## [v0.3.0] - 2018-09-03
1116

1217
### Changed
@@ -36,6 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3641

3742
Initial release
3843

39-
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.2.0...HEAD
44+
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.0...HEAD
45+
[v0.4.0]: https://github.com/japaric/panic-itm/compare/v0.3.0...v0.4.0
46+
[v0.3.0]: https://github.com/japaric/panic-itm/compare/v0.2.0...v0.3.0
4047
[v0.2.0]: https://github.com/japaric/panic-itm/compare/v0.1.1...v0.2.0
4148
[v0.1.1]: https://github.com/japaric/panic-itm/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ authors = ["Jorge Aparicio <jorge@japaric.io>"]
33
categories = ["no-std"]
44
description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)"
55
documentation = "https://rust-embedded.github.io/panic-itm/panic_itm"
6-
keywords = ["panic-impl", "panic", "ITM", "ARM", "Cortex-M"]
6+
keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
77
license = "MIT OR Apache-2.0"
88
name = "panic-itm"
99
repository = "https://github.com/rust-embedded/panic-itm"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111

1212
[dependencies]
1313
cortex-m = "0.5.6"

0 commit comments

Comments
 (0)