We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8efa3c commit b40194dCopy full SHA for b40194d
βCHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.2.2 - 2025-02-20
6
+
7
+### π Bug Fixes
8
9
+- Ci release permission
10
11
## 0.2.1 - 2025-02-20
12
13
### π Bug Fixes
βpyproject.toml
@@ -179,7 +179,7 @@ topo_order = false
179
sort_commits = "oldest"
180
181
[tool.bumpversion]
182
-current_version = "0.2.1"
+current_version = "0.2.2"
183
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
184
serialize = ["{major}.{minor}.{patch}"]
185
search = "{current_version}"
0 commit comments