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 9e25aab..308b119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.3] - 2017-04-11 + ### Fixed - MEMORY SAFETY. Some concurrency models that use "partial" critical sections @@ -141,7 +143,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.3...HEAD +[v0.2.3]: https://github.com/japaric/cortex-m/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/japaric/cortex-m/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/japaric/cortex-m/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/japaric/cortex-m/compare/v0.1.6...v0.2.0 @@ -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.2.2" +version = "0.2.3" [dependencies] volatile-register = "0.2.0" |