diff options
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd278f7..ab28447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.0] - 2017-03-11 + ### Added - Semihosting functionality in the `semihosting` module. @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/japaric/cortex-m/compare/v0.1.6...v0.2.0 [v0.1.6]: https://github.com/japaric/cortex-m/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/japaric/cortex-m/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/japaric/cortex-m/compare/v0.1.3...v0.1.4 |