From 96e0b4e96b458acb5a03f3bb5a988ae05d8fc30f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 27 May 2017 11:13:27 -0500 Subject: [PATCH] v0.1.7 --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac35c4f..5328ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.7] - 2017-05-27 + ### Added - Documentation and an example about how to use the heap and a dynamic memory @@ -13,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Bumped the `cortex-m-rt` dependency to v0.2.2 +- Bumped the `cortex-m` dependency to v0.2.7 ## [v0.1.6] - 2017-05-26 @@ -66,7 +69,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...HEAD +[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 [v0.1.4]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.3...v0.1.4 diff --git a/Cargo.toml b/Cargo.toml index b6fcb27..62f91a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,10 @@ 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.6" +version = "0.1.7" [dependencies] -cortex-m = "0.2.6" +cortex-m = "0.2.7" cortex-m-rt = "0.2.2" [profile.release]