Skip to content

Commit 8b6c7d0

Browse files
committed
chore(pyproject.toml): fix commitizen configuration
1 parent 9089ece commit 8b6c7d0

2 files changed

Lines changed: 4 additions & 73 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,6 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-boilerplate"
3-
version = "0.9.0"
3+
version = "0.1.0"
44
description = "A template for quickly starting new projects in python"
55
authors = [
66
{ name = "Yurii | monok8i 🦋", email = "didkivskiyyura725@gmail.com" },
@@ -90,7 +90,7 @@ ignore_missing_imports = true # Ignore missing imports for third-party libraries
9090
name = "cz_conventional_commits"
9191
tag_format = "$version"
9292
version_scheme = "semver2"
93-
version_provider = "uv"
93+
version_provider = "poetry"
9494
update_changelog_on_bump = true
9595

9696
# ================================= PYTEST

0 commit comments

Comments
 (0)