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

Commit 1d1771d

Browse files
committed
call it v0.3.0
since it drops support for old nightlies
1 parent e66695c commit 1d1771d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [v0.2.1] - 2018-09-03
10+
## [v0.3.0] - 2018-09-03
1111

1212
### Changed
1313

1414
- This crate no longer depends on `arm-none-eabi-gcc`.
1515

16-
- Move from the `panic_implementation` attribute to the `panic_handler`
17-
attribute, which will be stabilized.
16+
- [breaking-change] Move from the `panic_implementation` attribute to the
17+
`panic_handler` attribute, which will be stabilized.
1818

1919
## [v0.2.0] - 2018-06-04
2020

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["panic-impl", "panic", "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.2.1"
10+
version = "0.3.0"
1111

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

0 commit comments

Comments
 (0)