We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16162b commit 559dcdbCopy full SHA for 559dcdb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.2.2 (2024-10-14)
2
+
3
+### Fix
4
5
+- small lint errors
6
+- update dependencies
7
8
## 0.2.1 (2024-10-14)
9
10
## 0.2.0 (2023-10-30)
pyproject.toml
@@ -2,7 +2,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
-version = "0.2.1"
+version = "0.2.2"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
src/pass_collaborate/version.py
@@ -6,7 +6,7 @@
# Do not edit the version manually, let `make bump` do it.
-__version__ = "0.2.1"
+__version__ = "0.2.2"
11
12
def version_info() -> str:
0 commit comments