This repository was archived by the owner on Jan 24, 2022. It is now read-only.
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/).
77
88## [ Unreleased]
99
10+ ## [ v0.6.10] - 2019-07-25
11+
12+ ### Fixed
13+
14+ - Linker template now takes and discard ` *(.ARM.exidx) `
15+
1016## [ v0.6.9] - 2019-07-11
1117
1218### Added
@@ -451,7 +457,8 @@ section size addr
451457
452458Initial release
453459
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
455462[ v0.6.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
456463[ v0.6.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
457464[ 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"
1212name = " cortex-m-rt"
1313readme = " README.md"
1414repository = " https://github.com/rust-embedded/cortex-m-rt"
15- version = " 0.6.9 "
15+ version = " 0.6.10 "
1616autoexamples = true
1717
1818[dependencies ]
You can’t perform that action at this time.
0 commit comments