Skip to content

Commit 6ffc6d2

Browse files
committed
bump: version 0.0.0 → 0.1.0
1 parent 502bd92 commit 6ffc6d2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.1.0 (2025-06-12)
2+
3+
### Feat
4+
5+
- initial commit
6+
- add devcontainer configuration
7+
8+
### Fix
9+
10+
- fix commitizen configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.12,<4.0"
1010
dependencies = ["environs (>=14.2.0,<15.0.0)"]
1111

1212
[tool.poetry]
13-
version = "0.0.0"
13+
version = "0.1.0"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
ruff = "^0.11.13"

0 commit comments

Comments
 (0)