diff options
author | 2018-05-11 20:15:18 +0200 | |
---|---|---|
committer | 2018-05-11 20:15:18 +0200 | |
commit | a448e9156e2cb1e556e5441fd65426952ef4b927 (patch) | |
tree | 3fe16e784b5f9405aa66b3c789dcc410e8c1e18d | |
parent | e3217ad94d6c941796c2d7ee8735e7b250a69387 (diff) | |
download | cortex-m-a448e9156e2cb1e556e5441fd65426952ef4b927.tar.gz cortex-m-a448e9156e2cb1e556e5441fd65426952ef4b927.tar.zst cortex-m-a448e9156e2cb1e556e5441fd65426952ef4b927.zip |
v0.5.0v0.5.0
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87801ad..4453722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -441,7 +441,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.3...HEAD +[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/japaric/cortex-m/compare/v0.4.3...v0.5.0 [v0.4.3]: https://github.com/japaric/cortex-m/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/japaric/cortex-m/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/japaric/cortex-m/compare/v0.4.0...v0.4.1 |