Skip to content

Commit 44b4e43

Browse files
committed
add links to changelog, matching template style
1 parent 8ef99a6 commit 44b4e43

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## [Unreleased]
44

55
### Added
66

@@ -18,7 +18,7 @@
1818

1919
*
2020

21-
## 0.5.0
21+
## [0.5.0]
2222

2323
Released on August 15, 2024
2424

@@ -58,7 +58,7 @@ Released on August 15, 2024
5858
* Statements in project_setup.md already mentioned in README.dev.md
5959
* .zenodo.json is no longer necessary, CITATION.cff also works with Zenodo.
6060

61-
## 0.4.0
61+
## [0.4.0]
6262

6363
Released on May 3, 2021
6464

@@ -90,7 +90,7 @@ Released on May 3, 2021
9090

9191
* Automatic publish to PyPi after GitHub release [#196](https://github.com/NLeSC/python-template/issues/196)
9292

93-
## 0.3.0
93+
## [0.3.0]
9494

9595
Released on Apr 22, 2021
9696

@@ -123,15 +123,15 @@ Released on Apr 22, 2021
123123
* Updated Code of Conduct for generated package
124124
* Improved the documentation for the generated package and template itself
125125

126-
## Removed
126+
### Removed
127127

128128
* Dropped appveyor [#160](https://github.com/NLeSC/python-template/issues/160)
129129
* Dropped everything Conda related
130130
* Drop Python 3.5 support
131131
* Removed unit tests doing the linting
132132

133133

134-
## 0.2.0
134+
## [0.2.0]
135135

136136
Released on July 17, 2019
137137

@@ -169,7 +169,7 @@ Released on July 17, 2019
169169

170170
* Python 2 support
171171

172-
## 0.1.0
172+
## [0.1.0]
173173

174174
Released on July 12, 2018.
175175

@@ -189,3 +189,11 @@ Released on July 12, 2018.
189189
- README
190190
- Requirements.txt
191191
- Setup configuration
192+
193+
194+
[Unreleased]: https://github.com/NLeSC/python-template//compare/0.5.0...HEAD
195+
[0.5.0]: https://github.com/NLeSC/python-template/releases/tag/0.5.0
196+
[0.4.0]: https://github.com/NLeSC/python-template/releases/tag/0.4.0
197+
[0.3.0]: https://github.com/NLeSC/python-template/releases/tag/0.3.0
198+
[0.2.0]: https://github.com/NLeSC/python-template/releases/tag/0.2.0
199+
[0.1.0]: https://github.com/NLeSC/python-template/releases/tag/0.1.0

0 commit comments

Comments
 (0)