Skip to content

Commit 36629a8

Browse files
authored
Update CHANGELOG.md
1 parent ad7805d commit 36629a8

1 file changed

Lines changed: 28 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,42 @@
22

33
## Unreleased
44

5+
6+
## 0.3.0
7+
58
### Added
69

7-
* Python 3.5 support in the generated project
8-
* Run template tests for Python 3.7 on appveyor
9-
* Badge table (#52 and #57)
10-
* Remove requirements.txt (discussion: https://github.com/NLeSC/guide/issues/156) #67
11-
* Issue templates #159
12-
* Cffconvert github action #91
13-
* Mlc gh action
14-
* Developer documentation for generated package and template itself
15-
* Post hook to point to document with more information
16-
* Migrated to static setup.cfg as per the recommended practice #84
17-
* Pre-commit git hook to automatically run the linters before committing to github #82
18-
* Sonarcloud integration for static analysis and code coverage #172
19-
* CoC for generated package
20-
* Generated package with badges
10+
* Added Python 3.9 support
11+
* Template is being tested for Python 3.6, 3.7, 3.8, 3.9
12+
* Added extra badges such as fair-software.eu badges and SonarCloud, GitHub Actions [#52](https://github.com/NLeSC/python-template/issues/52) [#57](https://github.com/NLeSC/python-template/issues/57)
13+
* Added issue templates [#159](https://github.com/NLeSC/python-template/issues/159)
14+
* Added cffconvert GitHub action [#91](https://github.com/NLeSC/python-template/issues/91)
15+
* Added Markdown Link Checker GitHub action
16+
* Added Developer documentation
17+
* Added cookiecutter post-hook to point to document with more information
18+
* Migrated to static setup.cfg as per the recommended practice [#84](https://github.com/NLeSC/python-template/issues/84)
19+
* Added Pre-commit githook to automatically run the linters before committing to GitHub [#82](https://github.com/NLeSC/python-template/issues/82)
20+
* Added Sonarcloud integration for static analysis and code coverage [#172](https://github.com/NLeSC/python-template/issues/172)
21+
* Added badges to the generated package
2122

2223
### Changed
2324

24-
* Use pip setup on appveyor (instead of conda)
25-
* Replaced requirements deps to setup.cfg|py #67
26-
* Replaced rst format by markdown #190 #162
27-
* Replaced appveyor with gha matrix build for generated project, support all current python versions and windows, linux, mac #160
28-
* Updated CITATION.cff, .zenodo.json; removed codemeta.json #127 #137
25+
* Added requirements.txt dependencies to setup.cfg and removed requirements.txt [#67](https://github.com/NLeSC/python-template/issues/67)
26+
* Replaced rst format by markdown [#190](https://github.com/NLeSC/python-template/issues/190) [#162](https://github.com/NLeSC/python-template/issues/162)
27+
* Replaced appveyor with gha matrix build for generated project, support all current python versions and Windows, Linux, Mac [#160](https://github.com/NLeSC/python-template/issues/160)
28+
* Updated CITATION.cff, .zenodo.json; removed codemeta.json [#127](https://github.com/NLeSC/python-template/issues/127) [#137](https://github.com/NLeSC/python-template/issues/137)
2929
* Updated CoC
30-
* Simplified templating variables using pre project hook #82
31-
* Consolidated pytest.ini into setup.cfg #155
32-
* Versioning now handled with bump2version #192
33-
* Updated project_setup.md #165
30+
* Simplified templating variables using pre project hook [#82](https://github.com/NLeSC/python-template/issues/82)
31+
* Consolidated pytest.ini into setup.cfg [#155](https://github.com/NLeSC/python-template/issues/155)
32+
* Versioning now handled with bump2version [#192](https://github.com/NLeSC/python-template/issues/192)
33+
* Updated project_setup.md [#165](https://github.com/NLeSC/python-template/issues/165)
34+
* Updated Code of Conduct for generated package
35+
* Improved the documentation for the generated package and template itself
3436

3537
## Removed
36-
38+
* Drop appveyor
39+
* Evrything Conda related
40+
* Python 3.5 support
3741
* Unit test that was acting as a linter, replaced with actual linter documented in README.dev.md
3842

3943

0 commit comments

Comments
 (0)