Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit dc1a6a5

Browse files
committed
docs(template-docs): 📝 update changelog
1 parent ed3a4d7 commit dc1a6a5

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)