Skip to content

Commit 9714371

Browse files
committed
Properly linkify the changelog as per keepachangelog.com
1 parent 89dd67f commit 9714371

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [Unreleased]
4+
35
## [2.2.1] - 2022-10-24
46

57
### Fixed
@@ -107,3 +109,13 @@ changes:
107109
If you just want to use the pyrocore tools on python 3 without all the
108110
new features, you can use the `release-1.X` branch or the 1.X
109111
releases.
112+
113+
[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.2.1...HEAD
114+
[2.2.1]: https://github.com/kannibalox/pyrosimple/compare/v2.2.0...v2.2.1
115+
[2.2.0]: https://github.com/kannibalox/pyrosimple/compare/v2.1.1...v2.2.0
116+
[2.1.1]: https://github.com/kannibalox/pyrosimple/compare/v2.1.0...v2.1.1
117+
[2.1.0]: https://github.com/kannibalox/pyrosimple/compare/v2.0.3...v2.1.0
118+
[2.0.3]: https://github.com/kannibalox/pyrosimple/compare/v2.0.2...v2.0.3
119+
[2.0.2]: https://github.com/kannibalox/pyrosimple/compare/v2.0.0...v2.0.2
120+
[2.0.0]: https://github.com/kannibalox/pyrosimple/releases/tag/v2.0.0
121+

0 commit comments

Comments
 (0)