Skip to content

Commit 08b3b53

Browse files
committed
bump: version 0.0.0 → 0.1.0
1 parent 7f37362 commit 08b3b53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.1.0 (2024-02-24)
2+
3+
### Feat
4+
5+
- pyvenv fixture is added
6+
- **first-commit**: init commit

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]}
5252
name = "cz_conventional_commits"
5353
tag_format = "$version"
5454
version_scheme = "semver"
55-
version = "0.0.0"
55+
version = "0.1.0"
5656
update_changelog_on_bump = true
5757
major_version_zero = true
5858

0 commit comments

Comments
 (0)