diff options
author | 2017-04-11 22:29:13 -0500 | |
---|---|---|
committer | 2017-04-11 22:29:13 -0500 | |
commit | 492981a7a121e660593ef597cacd60c3b30d8970 (patch) | |
tree | 468bacb168fd34bcb158a9bc2168b83fc45817ce | |
parent | 5531a594d3564c94734d36b067fa7bb4c4cb0bd6 (diff) | |
download | cortex-m-492981a7a121e660593ef597cacd60c3b30d8970.tar.gz cortex-m-492981a7a121e660593ef597cacd60c3b30d8970.tar.zst cortex-m-492981a7a121e660593ef597cacd60c3b30d8970.zip |
v0.2.3v0.2.3
-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" |