File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
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.10] - 2019-07-25
11
+
12
+ ### Fixed
13
+
14
+ - Linker template now takes and discard ` *(.ARM.exidx) `
15
+
10
16
## [ v0.6.9] - 2019-07-11
11
17
12
18
### Added
@@ -451,7 +457,8 @@ section size addr
451
457
452
458
Initial release
453
459
454
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...HEAD
460
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...HEAD
461
+ [ v0.6.10 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
455
462
[ v0.6.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
456
463
[ v0.6.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
457
464
[ v0.6.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " cortex-m-rt"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cortex-m-rt"
15
- version = " 0.6.9 "
15
+ version = " 0.6.10 "
16
16
autoexamples = true
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments