Skip to content

Commit 9fed2cd

Browse files
bump: version 1.0.0 → 2.0.0
1 parent 68e3fda commit 9fed2cd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0 (2023-02-05)
2+
3+
### BREAKING CHANGE
4+
5+
- run unit test for sample.py
6+
7+
### Feat
8+
9+
- allow to check if the code will work or not
10+
111
## 1.0.0 (2023-02-05)
212

313
### BREAKING CHANGE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
tag_format = "$version"

0 commit comments

Comments
 (0)