File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.9 .0 (2025-06-07 )
1+ ## 0.1 .0 (2025-06-12 )
22
33### Feat
44
5- - add loading env variables based on app stage
6-
7- ### Fix
8-
9- - move getting correct path to env file to another variable
10- - fix name of workflow
11-
12- ## 0.8.0 (2025-06-05)
13-
14- ### Feat
15-
16- - change workflow to check minimal python version to run code
17-
18- ## 0.7.0 (2025-06-04)
19-
20- ### Feat
21-
22- - add workflow for testing on multiple Python versions
23- - add workflow for linting, type-checking and testing
24-
25- ### Fix
26-
27- - fix problem with running ruff linter
28- - fix problem with testing async functions
29-
30- ## 0.6.0 (2025-06-01)
31-
32- ### Feat
33-
34- - add pytest and configure for testing sync/async functions
35-
36- ## 0.5.0 (2025-05-31)
37-
38- ### Feat
39-
40- - update vscode profile for devcontainer
41- - add vscode profile to devcontainer configuration
42- - configure Dependabot for automated dependency updates and security checks
43- - setup .devcontainer for codespaces
44-
45- ## 0.4.1 (2025-05-31)
46-
47- ### Fix
48-
49- - fix error calling entrypoint file inside container
50-
51- ## 0.4.0 (2025-05-31)
52-
53- ### Feat
54-
55- - add makefile for simplifies running scripts and tasks
56-
57- ## 0.3.1 (2025-05-29)
58-
59- ### Fix
60-
61- - fix pre-commit hooks
62-
63- ## 0.3.0 (2025-05-29)
64-
65- ### Feat
66-
67- - add mkdocs --dev dependency for generating documentation
68-
69- ## 0.2.0 (2025-05-28)
70-
71- ### Feat
72-
73- - add commitizen --dev dependency
74- - add pre-commit --dev dependency
755- initial commit
6+ - add devcontainer configuration
Original file line number Diff line number Diff line change 11[project ]
22name = " python-boilerplate"
3- version = " 0.9 .0"
3+ version = " 0.1 .0"
44description = " A template for quickly starting new projects in python"
55authors = [
66 { name = " Yurii | monok8i 🦋" , email = " didkivskiyyura725@gmail.com" },
@@ -90,7 +90,7 @@ ignore_missing_imports = true # Ignore missing imports for third-party libraries
9090name = " cz_conventional_commits"
9191tag_format = " $version"
9292version_scheme = " semver2"
93- version_provider = " uv "
93+ version_provider = " poetry "
9494update_changelog_on_bump = true
9595
9696# ================================= PYTEST
You can’t perform that action at this time.
0 commit comments