Skip to content

Commit

Permalink
Merge #382
Browse files Browse the repository at this point in the history
382: docs(CHANGELOG): fix version links r=reitermarkus a=lukehsiao

The Unreleased and v0.2.0 links in the Changelog were not pointing to what you intended them to point to.

Co-authored-by: Luke Hsiao <[email protected]>
  • Loading branch information
bors[bot] and lukehsiao authored Mar 3, 2020
2 parents 84fc0f8 + 6eb558b commit dfa1646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.1.15...HEAD
[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/rust-embedded/cross/compare/v0.1.16...v0.2.0
[v0.1.16]: https://github.com/rust-embedded/cross/compare/v0.1.15...v0.1.16
[v0.1.15]: https://github.com/rust-embedded/cross/compare/v0.1.14...v0.1.15
[v0.1.14]: https://github.com/rust-embedded/cross/compare/v0.1.13...v0.1.14
Expand Down

0 comments on commit dfa1646

Please sign in to comment.