Skip to content

Commit 0029624

Browse files
bors[bot]Disasm
andcommitted
Merge #199
199: v0.6.10 r=korken89 a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents f141dee + e18dfcd commit 0029624

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.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

452458
Initial 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

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cortex-m-rt"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cortex-m-rt"
15-
version = "0.6.9"
15+
version = "0.6.10"
1616
autoexamples = true
1717

1818
[dependencies]

0 commit comments

Comments
 (0)