Skip to content

Commit 8ef99a6

Browse files
committed
Add v0.5.0 section
1 parent ee76bec commit 8ef99a6

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,27 @@
33
## Unreleased
44

55
### Added
6+
67
* Make zenodo next step instructions optional [#520](https://github.com/NLeSC/python-template/pull/520)
78
* Make SonarCloud optional [#515](https://github.com/NLeSC/python-template/pull/515)
89
* Make citation optional [#471](https://github.com/NLeSC/python-template/pull/471)
910
* Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476)
11+
12+
### Changed
13+
14+
* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
15+
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
16+
17+
### Removed
18+
19+
*
20+
21+
## 0.5.0
22+
23+
Released on August 15, 2024
24+
25+
### Added
26+
1027
* Added Python 3.12 support [#356](https://github.com/NLeSC/python-template/issues/356)
1128
* Template unit tests for documentation generation, linting and version bumping
1229
* Docstring for function
@@ -16,8 +33,6 @@
1633

1734
### Changed
1835

19-
* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
20-
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
2136
* Moved to src/ based layout for generated packages
2237
* Moved from setup.cfg/.py to pyproject.toml [#351](https://github.com/NLeSC/python-template/issues/351)
2338
* Moved from prospector to ruff [#336](https://github.com/NLeSC/python-template/issues/336)
@@ -45,6 +60,8 @@
4560

4661
## 0.4.0
4762

63+
Released on May 3, 2021
64+
4865
### Added
4966

5067
* Instructions to add your existing code to directory generated by the NLeSC Python template [#202](https://github.com/NLeSC/python-template/issues/202)
@@ -75,6 +92,8 @@
7592

7693
## 0.3.0
7794

95+
Released on Apr 22, 2021
96+
7897
### Added
7998

8099
* Added Python 3.9 support
@@ -105,6 +124,7 @@
105124
* Improved the documentation for the generated package and template itself
106125

107126
## Removed
127+
108128
* Dropped appveyor [#160](https://github.com/NLeSC/python-template/issues/160)
109129
* Dropped everything Conda related
110130
* Drop Python 3.5 support

0 commit comments

Comments
 (0)