File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments