From 2bb6e419afe8a8534ec2f9188307f80a2eeeaac6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 26 May 2017 15:19:24 -0500 Subject: [PATCH] v0.1.6 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ee3fc..0abb3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.6] - 2017-05-26 + +### Added + +- Set the default runner in .cargo/config to `arm-none-eabi-gdb`. Now `xargo + run` will build the program and start a debug session. + ## [v0.1.5] - 2017-05-16 ### Added @@ -50,7 +57,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...HEAD +[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 [v0.1.3]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.2...v0.1.3