aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-11 23:26:49 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-11 23:26:49 -0500
commit8fd028a8d68975d801ce01bfde5f76733c5be7a0 (patch)
tree93d2d2cb10875637276800233311064b26dc1365
parent2885f691896dc18722b5e1344770dbcd5a7de235 (diff)
downloadcortex-m-8fd028a8d68975d801ce01bfde5f76733c5be7a0.tar.gz
cortex-m-8fd028a8d68975d801ce01bfde5f76733c5be7a0.tar.zst
cortex-m-8fd028a8d68975d801ce01bfde5f76733c5be7a0.zip
v0.2.0v0.2.0
-rw-r--r--CHANGELOG.md5
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