aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2019-08-26 05:15:42 +0000
committerGravatar GitHub <noreply@github.com> 2019-08-26 05:15:42 +0000
commit97c7aab2ed722eb8fb403f7884f4458f495af410 (patch)
tree8ac85b19826ce60b01c87a3530b776612ad8a768
parent12bcb8b66333c92c31262fddd60ed9d20b77f3b9 (diff)
parentb709eebed52bf735eb2d8a66e28f87e84cfcd83b (diff)
downloadcortex-m-97c7aab2ed722eb8fb403f7884f4458f495af410.tar.gz
cortex-m-97c7aab2ed722eb8fb403f7884f4458f495af410.tar.zst
cortex-m-97c7aab2ed722eb8fb403f7884f4458f495af410.zip
Merge #163
163: fix changelog link for v0.6.1 r=korken89 a=TDHolmes The v0.6.1 link is broken and v0.6.0 links to v0.6.1 changes. Fix the typo to fix that Co-authored-by: Tyler Holmes <tylerdanielholmes@gmail.com>
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8eb30b..1d44da6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -562,7 +562,7 @@ fn main() {
- Wrappers over miscellaneous instructions like `bkpt`
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...HEAD
-[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
+[v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0
[v0.5.8]: https://github.com/rust-embedded/cortex-m/compare/v0.5.7...v0.5.8
[v0.5.7]: https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.5.7