aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e1a51a..e2b5b2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.1.3]
+
+### Added
+
+- a StackFrame data structure
+
## [v0.1.2] - 2016-10-04
### Fixed
@@ -30,6 +36,7 @@ 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.2...HEAD
+[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.3...HEAD
+[v0.1.3]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...v0.1.1
diff --git a/Cargo.toml b/Cargo.toml
index 8e17473..8d66562 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.2"
+version = "0.1.3"
[dependencies]
volatile-register = "0.1.0"