Skip to content

Commit a59c4ee

Browse files
bump: version 0.0.0 → 0.1.0
1 parent 93192b9 commit a59c4ee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.1.0 (2022-02-16)
2+
3+
### Feat
4+
5+
- **bump**: add main
6+
- **bump**: Add something
7+
- **bump**: Add main
8+
- **bump.yml**: adds ci bump

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = "alembic/*"
3232

3333
[tool.commitizen]
3434
name = "cz_conventional_commits"
35-
version = "0.0.0"
35+
version = "0.1.0"
3636
version_files = [
3737
"pyproject.toml:version",
3838
"app/__init__.py"

0 commit comments

Comments
 (0)