diff --git a/Cargo.lock b/Cargo.lock index 8263ccd87..5e74ae4b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "diff-tree-py" -version = "0.22.6" +version = "0.22.7" dependencies = [ "pyo3", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "objects-py" -version = "0.22.6" +version = "0.22.7" dependencies = [ "memchr", "pyo3", @@ -70,7 +70,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "pack-py" -version = "0.22.6" +version = "0.22.7" dependencies = [ "memchr", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 0b0eec5c7..c13d3bcd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ resolver = "2" pyo3 = "0.23" [workspace.package] -version = "0.22.6" +version = "0.22.7" diff --git a/NEWS b/NEWS index 4f524b0fe..d36569c1e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.22.7 UNRELEASED +0.22.7 2024-12-19 * Fix serializing of commits with empty commit messages. (Castedo Ellerman, #1429) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index b33ab1820..1a82e6e88 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -23,4 +23,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 22, 6) +__version__ = (0, 22, 7)