Skip to content

Commit 9ba722d

Browse files
Update changelog
1 parent b1f69b8 commit 9ba722d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
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.6.6] - 2021-01-26
11+
12+
### Fixed
13+
14+
- Fixed missing ITM reexport on `thumbv8m.base` targets.
15+
1016
## [v0.6.5] - 2021-01-24
1117

1218
### Changed
@@ -607,7 +613,9 @@ fn main() {
607613
- Functions to get the vector table
608614
- Wrappers over miscellaneous instructions like `bkpt`
609615

610-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...HEAD
616+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.6...HEAD
617+
[v0.6.6]: https://github.com/rust-embedded/cortex-m/compare/v0.6.5...v0.6.6
618+
[v0.6.5]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.6.5
611619
[v0.6.4]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
612620
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
613621
[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2

0 commit comments

Comments
 (0)