aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vadim Kaushan <admin@disasm.info> 2019-07-25 11:03:41 +0300
committerGravatar Vadim Kaushan <admin@disasm.info> 2019-07-25 11:03:41 +0300
commite18dfcd0974fb64e38fdb1c6012bda0ffa941dd4 (patch)
tree0ade11be19c297b63ea748cef8d63e07bdf7e2b1
parentf141dee98a50c44e3bbeeb5ae656d5329072c61b (diff)
downloadcortex-m-e18dfcd0974fb64e38fdb1c6012bda0ffa941dd4.tar.gz
cortex-m-e18dfcd0974fb64e38fdb1c6012bda0ffa941dd4.tar.zst
cortex-m-e18dfcd0974fb64e38fdb1c6012bda0ffa941dd4.zip
v0.6.10
-rw-r--r--cortex-m-rt/CHANGELOG.md9
-rw-r--r--cortex-m-rt/Cargo.toml2
2 files changed, 9 insertions, 2 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md
index b1ded81..5059d3d 100644
--- a/cortex-m-rt/CHANGELOG.md
+++ b/cortex-m-rt/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.6.10] - 2019-07-25
+
+### Fixed
+
+- Linker template now takes and discard `*(.ARM.exidx)`
+
## [v0.6.9] - 2019-07-11
### Added
@@ -451,7 +457,8 @@ section size addr
Initial release
-[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...HEAD
+[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...HEAD
+[v0.6.10]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
[v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
[v0.6.8]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
[v0.6.7]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index fecec9b..9b44a15 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rt"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m-rt"
-version = "0.6.9"
+version = "0.6.10"
autoexamples = true
[dependencies]