@@ -5,4 +5,4 @@ members = ["crates/*"]
pyo3 = ">=0.19"
[workspace.package]
-version = "0.22.1"
+version = "0.22.2"
@@ -1,3 +1,5 @@
+0.22.2 UNRELEASED
+
0.22.1 2024-04-23
* Handle alternate case for worktreeconfig setting (Will Shanks, #1285)
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 22, 1)
+__version__ = (0, 22, 2)