Skip to content

Commit 559dcdb

Browse files
committed
bump: version 0.2.1 → 0.2.2
1 parent a16162b commit 559dcdb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.2 (2024-10-14)
2+
3+
### Fix
4+
5+
- small lint errors
6+
- update dependencies
7+
18
## 0.2.1 (2024-10-14)
29

310
## 0.2.0 (2023-10-30)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.commitizen]
44
name = "cz_conventional_commits"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
tag_format = "$version"
77
version_files = [
88
"pyproject.toml:version",

src/pass_collaborate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Do not edit the version manually, let `make bump` do it.
88

9-
__version__ = "0.2.1"
9+
__version__ = "0.2.2"
1010

1111

1212
def version_info() -> str:

0 commit comments

Comments
 (0)