diff options
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 9 | ||||
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index 7c9c2ed..1840a40 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.9] - 2018-01-07 + +### Fixed + +- `cargo doc` warnings + ## [v0.3.8] - 2017-12-29 ### Added @@ -189,7 +195,8 @@ section size addr Initial release -[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.8...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.9...HEAD +[v0.3.9]: https://github.com/japaric/cortex-m-rt/compare/v0.3.8...v0.3.9 [v0.3.8]: https://github.com/japaric/cortex-m-rt/compare/v0.3.7...v0.3.8 [v0.3.7]: https://github.com/japaric/cortex-m-rt/compare/v0.3.6...v0.3.7 [v0.3.6]: https://github.com/japaric/cortex-m-rt/compare/v0.3.5...v0.3.6 diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 587633e..e40da59 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.8" +version = "0.3.9" [dependencies] cortex-m = "0.3.0" |