@@ -6,4 +6,4 @@ resolver = "2"
pyo3 = "0.25"
[workspace.package]
-version = "0.22.9"
+version = "0.23.0"
@@ -1,4 +1,4 @@
-0.23.0 UNRELEASED
+0.23.0 2025-06-21
* Add basic ``rebase`` subcommand. (Jelmer Vernooij)
@@ -23,7 +23,7 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 22, 9)
+__version__ = (0, 23, 0)
__all__ = ["replace_me"]