Skip to content

Commit 80e4aa4

Browse files
committed
bump: version 0.6.0rc0 → 0.6.0rc1
1 parent a001db7 commit 80e4aa4

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+
## v0.6.0rc1 (2022-03-04)
2+
3+
### Fix
4+
5+
- `apply_count` for non-iterable items
6+
7+
### Feat
8+
9+
- **esp**: add `hard_reset` method
10+
111
## v0.6.0rc0 (2022-02-22)
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ addopts = "-s"
1313

1414
[tool.commitizen]
1515
name = "cz_conventional_commits"
16-
version = "0.6.0rc0"
16+
version = "0.6.0rc1"
1717
tag_format = "v$version"

0 commit comments

Comments
 (0)