File tree 1 file changed +9
-1
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.6] - 2021-01-26
11
+
12
+ ### Fixed
13
+
14
+ - Fixed missing ITM reexport on ` thumbv8m.base ` targets.
15
+
10
16
## [ v0.6.5] - 2021-01-24
11
17
12
18
### Changed
@@ -607,7 +613,9 @@ fn main() {
607
613
- Functions to get the vector table
608
614
- Wrappers over miscellaneous instructions like ` bkpt `
609
615
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
611
619
[ v0.6.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
612
620
[ v0.6.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
613
621
[ 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