Skip to content

Commit 7899466

Browse files
authored
Merge pull request #536 from NLeSC/455-changelog-v0.5.0
Add section for 0.5.0
2 parents ee76bec + 44b4e43 commit 7899466

1 file changed

Lines changed: 36 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
# Change Log
22

3-
## Unreleased
3+
## [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)
@@ -43,7 +58,9 @@
4358
* Statements in project_setup.md already mentioned in README.dev.md
4459
* .zenodo.json is no longer necessary, CITATION.cff also works with Zenodo.
4560

46-
## 0.4.0
61+
## [0.4.0]
62+
63+
Released on May 3, 2021
4764

4865
### Added
4966

@@ -73,7 +90,9 @@
7390

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

76-
## 0.3.0
93+
## [0.3.0]
94+
95+
Released on Apr 22, 2021
7796

7897
### Added
7998

@@ -104,14 +123,15 @@
104123
* Updated Code of Conduct for generated package
105124
* Improved the documentation for the generated package and template itself
106125

107-
## Removed
126+
### 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
111131
* Removed unit tests doing the linting
112132

113133

114-
## 0.2.0
134+
## [0.2.0]
115135

116136
Released on July 17, 2019
117137

@@ -149,7 +169,7 @@ Released on July 17, 2019
149169

150170
* Python 2 support
151171

152-
## 0.1.0
172+
## [0.1.0]
153173

154174
Released on July 12, 2018.
155175

@@ -169,3 +189,11 @@ Released on July 12, 2018.
169189
- README
170190
- Requirements.txt
171191
- 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)