diff --git a/CHANGELOG.md b/CHANGELOG.md index 5328ac5..cc5d740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.8] - 2017-05-30 + +### Changed + +- Bumped the cortex-m-rt dependency to v0.2.3, and documented the `_stext` + symbol (see memory.x). + ## [v0.1.7] - 2017-05-27 ### Added @@ -69,7 +76,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.8...HEAD +[v0.1.8]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...v0.1.7 [v0.1.6]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.4...v0.1.5 diff --git a/Cargo.toml b/Cargo.toml index 7ae539c..e4e2fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"] license = "MIT OR Apache-2.0" name = "cortex-m-quickstart" repository = "https://github.com/japaric/cortex-m-quickstart" -version = "0.1.7" +version = "0.1.8" [dependencies] cortex-m = "0.2.7"