Skip to content

Commit 63334e2

Browse files
committed
Update the CHANGELOG as well
1 parent ccebc22 commit 63334e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
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
## [v0.5.6] - 2018-08-27
1117

1218
### Fixed
@@ -497,7 +503,8 @@ fn main() {
497503
- Functions to get the vector table
498504
- Wrappers over miscellaneous instructions like `bkpt`
499505

500-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.5.6...HEAD
506+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.5.7...HEAD
507+
[v0.5.7]: https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.5.7
501508
[v0.5.6]: https://github.com/rust-embedded/cortex-m/compare/v0.5.5...v0.5.6
502509
[v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/v0.5.4...v0.5.5
503510
[v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/v0.5.3...v0.5.4

0 commit comments

Comments
 (0)