You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,27 @@
3
3
## Unreleased
4
4
5
5
### Added
6
+
6
7
* Make zenodo next step instructions optional [#520](https://github.com/NLeSC/python-template/pull/520)
7
8
* Make SonarCloud optional [#515](https://github.com/NLeSC/python-template/pull/515)
8
9
* Make citation optional [#471](https://github.com/NLeSC/python-template/pull/471)
9
10
* 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
+
10
27
* Added Python 3.12 support [#356](https://github.com/NLeSC/python-template/issues/356)
11
28
* Template unit tests for documentation generation, linting and version bumping
12
29
* Docstring for function
@@ -16,8 +33,6 @@
16
33
17
34
### Changed
18
35
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))
21
36
* Moved to src/ based layout for generated packages
22
37
* Moved from setup.cfg/.py to pyproject.toml [#351](https://github.com/NLeSC/python-template/issues/351)
23
38
* Moved from prospector to ruff [#336](https://github.com/NLeSC/python-template/issues/336)
@@ -45,6 +60,8 @@
45
60
46
61
## 0.4.0
47
62
63
+
Released on May 3, 2021
64
+
48
65
### Added
49
66
50
67
* 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 @@
75
92
76
93
## 0.3.0
77
94
95
+
Released on Apr 22, 2021
96
+
78
97
### Added
79
98
80
99
* Added Python 3.9 support
@@ -105,6 +124,7 @@
105
124
* Improved the documentation for the generated package and template itself
0 commit comments