aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2019-07-25 08:54:25 +0000
committerGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2019-07-25 08:54:25 +0000
commit00296246079d32f141990b0275b8ec4ba37426fd (patch)
tree0ade11be19c297b63ea748cef8d63e07bdf7e2b1
parentf141dee98a50c44e3bbeeb5ae656d5329072c61b (diff)
parente18dfcd0974fb64e38fdb1c6012bda0ffa941dd4 (diff)
downloadcortex-m-00296246079d32f141990b0275b8ec4ba37426fd.tar.gz
cortex-m-00296246079d32f141990b0275b8ec4ba37426fd.tar.zst
cortex-m-00296246079d32f141990b0275b8ec4ba37426fd.zip
Merge #199
199: v0.6.10 r=korken89 a=Disasm Co-authored-by: Vadim Kaushan <admin@disasm.info>
-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]