Skip to content

Commit a0a771e

Browse files
bors[bot]kellerkindtjaparic
committed
Merge #114
114: Release 0.5.7 r=japaric a=kellerkindt As mentioned in /pull/111 (#111 (comment)), releasing 0.5.7 will allow the merge of japaric/stm32f103xx-hal/pull/94 which then allows japaric/stm32f103xx-hal/issues/76 to be resolved. Co-authored-by: Michael Watzko <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
2 parents f5ce983 + c38e828 commit a0a771e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.5.7] - 2018-09-06
11+
12+
### Added
13+
14+
- `DCB::enable_trace()` and `DCB::disable_trace()`
15+
1016
### Changed
1117

1218
- `iprintln!` no longer depends on `iprint!`. `cortex_m::iprintln!` will work
@@ -502,7 +508,8 @@ fn main() {
502508
- Functions to get the vector table
503509
- Wrappers over miscellaneous instructions like `bkpt`
504510

505-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.5.6...HEAD
511+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.5.7...HEAD
512+
[v0.5.7]: https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.5.7
506513
[v0.5.6]: https://github.com/rust-embedded/cortex-m/compare/v0.5.5...v0.5.6
507514
[v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/v0.5.4...v0.5.5
508515
[v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/v0.5.3...v0.5.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m"
99
repository = "https://github.com/japaric/cortex-m"
10-
version = "0.5.6"
10+
version = "0.5.7"
1111

1212
[dependencies]
1313
aligned = "0.2.0"

0 commit comments

Comments
 (0)