aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cortex-m-rt/CHANGELOG.md10
-rw-r--r--cortex-m-rt/Cargo.toml2
2 files changed, 10 insertions, 2 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md
index 4588546..ac90b58 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.3.14] - 2018-04-01
+
+### Fixed
+
+- `dev` channel support
+
## [v0.3.13] - 2018-02-17
### Added
@@ -232,7 +238,9 @@ section size addr
Initial release
-[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.12...HEAD
+[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.14...HEAD
+[v0.3.14]: https://github.com/japaric/cortex-m-rt/compare/v0.3.13...v0.3.14
+[v0.3.13]: https://github.com/japaric/cortex-m-rt/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/japaric/cortex-m-rt/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/japaric/cortex-m-rt/compare/v0.3.10...v0.3.11
[v0.3.10]: https://github.com/japaric/cortex-m-rt/compare/v0.3.9...v0.3.10
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 703bb20..d328ee3 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.13"
+version = "0.3.14"
[dependencies]
cortex-m = "0.3.0"