diff options
author | 2016-10-03 01:55:13 -0500 | |
---|---|---|
committer | 2016-10-03 01:55:13 -0500 | |
commit | a59c7b781e1baa490bbe83e61e9183fa2655aad7 (patch) | |
tree | db7a71d9f76b893ad2901b806dacc8d41a99ac14 | |
parent | 3dc36eadb53a32f3fc713f744678eb08a2c50231 (diff) | |
download | cortex-m-a59c7b781e1baa490bbe83e61e9183fa2655aad7.tar.gz cortex-m-a59c7b781e1baa490bbe83e61e9183fa2655aad7.tar.zst cortex-m-a59c7b781e1baa490bbe83e61e9183fa2655aad7.zip |
release v0.1.1v0.1.1
-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 a39c5bf..be1009f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.1] - 2016-10-03 + ### Changed - Small, non user visible change to make this crate compile further for $HOST (e.g. x86_64) with the @@ -22,4 +24,5 @@ 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.0...HEAD +[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...HEAD +[v0.1.1]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...v0.1.1 @@ -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.0" +version = "0.1.1" [dependencies] volatile-register = "0.1.0" |