File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.3.0] ( https://github.com/viperior/python-project-template/tree/v0.3.0 ) (2022-02-25)
4+
5+ ### New features
6+
7+ * Changelog template with standard categories and PR/issue footnotes (closes [ #8 ] [ i8 ] )
8+
9+ [ i8 ] : https://github.com/viperior/python-project-template/issues/8
10+
11+ ## [ 0.2.0] ( https://github.com/viperior/python-project-template/tree/v0.2.0 ) (2022-02-25)
12+
13+ ### New features
14+
15+ * Configure a ` FUNDING.yml ` that integrates with GitHub's Sponsors functionality ([ #2 ] [ p2 ] )
16+ * Configure a GitHub Action that runs the test suite using ` pytest ` ([ #3 ] [ p3 ] )
17+ * Display a badge in the project readme with the status of the latest GitHub Actions build workflow ([ #6 ] [ p6 ] )
18+ * Configure a GitHub Actions workflow that performs CodeQL analysis ([ #7 ] [ p7 ] )
19+
20+ ### Issues fixed
21+
22+ * Remove static reference to project name ([ #5 ] [ p5 ] )
23+
24+ ### Improvements
25+
26+ * Rename the GitHub actions workflow to ` build ` from ` Python application `
27+
28+ [ p2 ] : https://github.com/viperior/python-project-template/pull/2
29+ [ p3 ] : https://github.com/viperior/python-project-template/pull/3
30+ [ p5 ] : https://github.com/viperior/python-project-template/pull/5
31+ [ p6 ] : https://github.com/viperior/python-project-template/pull/6
32+ [ p7 ] : https://github.com/viperior/python-project-template/pull/7
33+
34+ ## [ 0.1.0] ( https://github.com/viperior/python-project-template/tree/v0.1.0 ) (2021-11-28)
35+
36+ ### New features
37+
38+ * Starting structure that can be leveraged to start a new Python project
39+ * ` requirements.in ` file used with the ` pip-compile ` command from ` pip-tools ` to auto-generate ` requirements.txt `
40+ * Automatic linting via ` pylint ` is automatically executed when the ` pytest ` command is invoked
You can’t perform that action at this time.
0 commit comments