11# Change Log
22
3- ## Unreleased
3+ ## [ Unreleased]
44
55### Added
6+
67* New YAML files for copier questions [ #529 ] ( https://github.com/NLeSC/python-template/pull/529 )
78* Make zenodo next step instructions optional [ #520 ] ( https://github.com/NLeSC/python-template/pull/520 )
89* Make SonarCloud optional [ #515 ] ( https://github.com/NLeSC/python-template/pull/515 )
910* Make citation optional [ #471 ] ( https://github.com/NLeSC/python-template/pull/471 )
1011* Make online documentation optional [ #476 ] ( https://github.com/NLeSC/python-template/pull/476 )
12+
13+ ### Changed
14+
15+ * pre-commit script is optional ([ #457 ] ( https://github.com/NLeSC/python-template/issues/457 ) )
16+ * CHANGELOG.md is now optional ([ #462 ] ( https://github.com/NLeSC/python-template/issues/462 ) )
17+
18+ ### Removed
19+
20+ *
21+
22+ ## [ 0.5.0]
23+
24+ Released on August 15, 2024
25+
26+ ### Added
27+
1128* Added Python 3.12 support [ #356 ] ( https://github.com/NLeSC/python-template/issues/356 )
1229* Template unit tests for documentation generation, linting and version bumping
1330* Docstring for function
1633* Added new 'docs' section in extra dependencies [ #317 ] ( https://github.com/NLeSC/python-template/issues/317 )
1734
1835### Changed
36+
1937* Made copier configuration more modular [ #529 ] ( https://github.com/NLeSC/python-template/pull/529 )
2038* pre-commit script is optional ([ #457 ] ( https://github.com/NLeSC/python-template/issues/457 ) )
2139* CHANGELOG.md is now optional ([ #462 ] ( https://github.com/NLeSC/python-template/issues/462 ) )
4462* Statements in project_setup.md already mentioned in README.dev.md
4563* .zenodo.json is no longer necessary, CITATION.cff also works with Zenodo.
4664
47- ## 0.4.0
65+ ## [ 0.4.0]
66+
67+ Released on May 3, 2021
4868
4969### Added
5070
7494
7595* Automatic publish to PyPi after GitHub release [ #196 ] ( https://github.com/NLeSC/python-template/issues/196 )
7696
77- ## 0.3.0
97+ ## [ 0.3.0]
98+
99+ Released on Apr 22, 2021
78100
79101### Added
80102
105127* Updated Code of Conduct for generated package
106128* Improved the documentation for the generated package and template itself
107129
108- ## Removed
130+ ### Removed
131+
109132* Dropped appveyor [ #160 ] ( https://github.com/NLeSC/python-template/issues/160 )
110133* Dropped everything Conda related
111134* Drop Python 3.5 support
112135* Removed unit tests doing the linting
113136
114137
115- ## 0.2.0
138+ ## [ 0.2.0]
116139
117140Released on July 17, 2019
118141
@@ -150,7 +173,7 @@ Released on July 17, 2019
150173
151174* Python 2 support
152175
153- ## 0.1.0
176+ ## [ 0.1.0]
154177
155178Released on July 12, 2018.
156179
@@ -170,3 +193,11 @@ Released on July 12, 2018.
170193 - README
171194 - Requirements.txt
172195 - Setup configuration
196+
197+
198+ [ Unreleased ] : https://github.com/NLeSC/python-template//compare/0.5.0...HEAD
199+ [ 0.5.0 ] : https://github.com/NLeSC/python-template/releases/tag/0.5.0
200+ [ 0.4.0 ] : https://github.com/NLeSC/python-template/releases/tag/0.4.0
201+ [ 0.3.0 ] : https://github.com/NLeSC/python-template/releases/tag/0.3.0
202+ [ 0.2.0 ] : https://github.com/NLeSC/python-template/releases/tag/0.2.0
203+ [ 0.1.0 ] : https://github.com/NLeSC/python-template/releases/tag/0.1.0
0 commit comments