Skip to content

Commit f245c0b

Browse files
authored
Change to commit compare links in the changelog. (#375)
Here in the Parley repo we've used the tag links, but those now just get you the same changelog entry. Instead, [we want to link to the git compare page](linebender/linebender.github.io#109 (comment)) to see all the commits for the release. Also adds the missing link definition for v0.5.0.
1 parent 18aa136 commit f245c0b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ This release has an [MSRV][] of 1.70.
293293
[#362]: https://github.com/linebender/parley/pull/362
294294
[#369]: https://github.com/linebender/parley/pull/369
295295

296-
[Unreleased]: https://github.com/linebender/parley/compare/v0.4.0...HEAD
297-
[0.4.0]: https://github.com/linebender/parley/releases/tag/v0.4.0
298-
[0.3.0]: https://github.com/linebender/parley/releases/tag/v0.3.0
299-
[0.2.0]: https://github.com/linebender/parley/releases/tag/v0.2.0
300-
[0.1.0]: https://github.com/linebender/parley/releases/tag/v0.1.0
296+
[Unreleased]: https://github.com/linebender/parley/compare/v0.5.0...HEAD
297+
[0.5.0]: https://github.com/linebender/parley/compare/v0.4.0...v0.5.0
298+
[0.4.0]: https://github.com/linebender/parley/compare/v0.3.0...v0.4.0
299+
[0.3.0]: https://github.com/linebender/parley/compare/v0.2.0...v0.3.0
300+
[0.2.0]: https://github.com/linebender/parley/compare/v0.1.0...v0.2.0
301+
[0.1.0]: https://github.com/linebender/parley/compare/v0.0.0...v0.1.0

0 commit comments

Comments
 (0)