@@ -6,4 +6,4 @@ resolver = "2"
pyo3 = "0.23"
[workspace.package]
-version = "0.22.8"
+version = "0.22.9"
@@ -1,3 +1,5 @@
+0.22.9 UNRELEASED
+
0.22.8 2025-03-02
* Allow passing in plain strings to ``dulwich.porcelain.tag_create``
@@ -23,4 +23,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 22, 8)
+__version__ = (0, 22, 9)