diff --git a/Cargo.lock b/Cargo.lock index aa15106fb..99b1eb84c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "autocfg" @@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "diff-tree-py" -version = "0.22.3" +version = "0.22.4" dependencies = [ "pyo3", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "objects-py" -version = "0.22.3" +version = "0.22.4" dependencies = [ "memchr", "pyo3", @@ -70,7 +70,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "pack-py" -version = "0.22.3" +version = "0.22.4" dependencies = [ "memchr", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 1b1a5f747..f6d0c680a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ resolver = "2" pyo3 = ">=0.19" [workspace.package] -version = "0.22.3" +version = "0.22.4" diff --git a/NEWS b/NEWS index b4277a8dc..5d6719d48 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ 0.22.4 UNRELEASED - +0.22.4 2024-11-01 * Fix handling of symrefs with protocol v2. (Jelmer Vernooij, #1389) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 609a98e36..70944da9d 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 22, 3) +__version__ = (0, 22, 4)