aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2017-01-22 14:40:01 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2017-01-22 14:40:01 -0500
commit3f4c581a9cd52c4ad14da2d7008d004a2d888f36 (patch)
tree43cf9e83b0de0159c1393ffcdfffe2f872c56602
parent50779f23d2bbe9ed5168c044ed63901bd2dd3ce7 (diff)
downloadcortex-m-3f4c581a9cd52c4ad14da2d7008d004a2d888f36.tar.gz
cortex-m-3f4c581a9cd52c4ad14da2d7008d004a2d888f36.tar.zst
cortex-m-3f4c581a9cd52c4ad14da2d7008d004a2d888f36.zip
release v0.1.6v0.1.6
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.toml b/Cargo.toml
index 9af724e..25b8806 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"