aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-10-03 11:19:59 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-10-03 11:19:59 +0200
commit916747f1c6a47d60c35d5f2c86d9e2a7dfdce7bc (patch)
tree7461297bc26f206fea94d8f88b00f2b8fff90a86
parentdb8d8c5f7d33b7aab2487a0533c5bc9f5b380621 (diff)
downloadcortex-m-916747f1c6a47d60c35d5f2c86d9e2a7dfdce7bc.tar.gz
cortex-m-916747f1c6a47d60c35d5f2c86d9e2a7dfdce7bc.tar.zst
cortex-m-916747f1c6a47d60c35d5f2c86d9e2a7dfdce7bc.zip
v0.3.6
-rw-r--r--cortex-m-rt/CHANGELOG.md7
-rw-r--r--cortex-m-rt/Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md
index a6026cc..e853d76 100644
--- a/cortex-m-rt/CHANGELOG.md
+++ b/cortex-m-rt/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.3.6] - 2017-10-03
+
+### Fixed
+
+- Builds with multiple codegen units by forcing the linker to look harder for the exceptions vector
+ table.
+
## [v0.3.5] - 2017-07-21
### Fixed
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 731c479..3a314c1 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt"
repository = "https://github.com/japaric/cortex-m-rt"
-version = "0.3.5"
+version = "0.3.6"
[dependencies]
cortex-m = "0.3.0"