diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4523..ea5af0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.6] - 2017-01-22 + ### Added - `Exception` a enumeration of the kind of exceptions the processor can service. @@ -58,7 +60,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/rustc-cfg/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.6...HEAD +[v0.1.6]: https://github.com/japaric/rustc-cfg/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/japaric/rustc-cfg/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/japaric/rustc-cfg/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...v0.1.3 @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" repository = "https://github.com/japaric/cortex-m" -version = "0.1.5" +version = "0.1.6" [dependencies] volatile-register = "0.1.0" |