This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- <!-- insertion marker -->
8+ <!-- insertion marker -->
9+ ## [ 1.0.0] ( https://github.com/ilbumi/copier-python-vscode/releases/tag/1.0.0 ) - 2023-08-20
10+
11+ <small >[ Compare with first commit] ( https://github.com/ilbumi/copier-python-vscode/compare/0.1.0...1.0.0 ) </small >
12+
13+ ### Features
14+
15+ - Add pre-commit hooks
16+ - Add VSCode Dev Containers support
17+ - Add semi-automatic changelog generation
18+
19+
20+ ## [ 0.1.0] ( https://github.com/ilbumi/copier-python-vscode/releases/tag/0.1.0 ) - 2023-08-20
21+
22+ <small >[ Compare with first commit] ( https://github.com/ilbumi/copier-python-vscode/compare/946c697f571f5a4e7c0df91c70607b3c931e8157...0.1.0 ) </small >
23+
24+ ### Features
25+
26+ - Add PDM project config
27+ - Add basic static code analysis (ruff, bandit, safety)
28+ - Add basic formatting (black, ssort, isort)
29+ - Add basic tests (pytest, coverage)
30+ - Add basic GitHub Workflows
31+ - Add nox as a task runner
32+ - Add LICENSE generation
You can’t perform that action at this time.
0 commit comments