diff options
author | 2018-04-01 18:47:40 +0200 | |
---|---|---|
committer | 2018-04-01 18:47:40 +0200 | |
commit | 12295a889997d2de01df71f80445c4b8e3de24aa (patch) | |
tree | e7e5e64afbc34617682c08250f328807eea90b07 /cortex-m-rt | |
parent | 7ea34a1bc16772680f11c8384f6e734dbc5aaa01 (diff) | |
download | cortex-m-12295a889997d2de01df71f80445c4b8e3de24aa.tar.gz cortex-m-12295a889997d2de01df71f80445c4b8e3de24aa.tar.zst cortex-m-12295a889997d2de01df71f80445c4b8e3de24aa.zip |
v0.3.14
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 10 | ||||
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
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" |