diff options
author | 2021-11-24 11:01:05 +0000 | |
---|---|---|
committer | 2021-11-24 11:01:05 +0000 | |
commit | 1fd9e3c5243f6991d9bb3909778b282d7711c342 (patch) | |
tree | 5b8284ec3b05d8a7f4c209ac598d1f02017e5286 | |
parent | 45d86456bbf684efa34c3fb0f2d8de0fa763a412 (diff) | |
download | cortex-m-1fd9e3c5243f6991d9bb3909778b282d7711c342.tar.gz cortex-m-1fd9e3c5243f6991d9bb3909778b282d7711c342.tar.zst cortex-m-1fd9e3c5243f6991d9bb3909778b282d7711c342.zip |
Add/update links.
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index 0896e30..cadeac0 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -580,7 +580,8 @@ section size addr Initial release -[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.1...HEAD +[v0.7.1]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.7.0 [v0.6.15]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.14...v0.6.15 [v0.6.14]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...v0.6.14 |