Skip to content

Commit c39a81f

Browse files
committed
release 0.24.9
1 parent f3361b4 commit c39a81f

File tree

4 files changed

+35
-26
lines changed

4 files changed

+35
-26
lines changed

Cargo.lock

Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resolver = "2"
66
pyo3 = ">=0.25,<0.28"
77

88
[workspace.package]
9-
version = "0.24.8"
9+
version = "0.24.9"

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.24.9 UNRELEASED
1+
0.24.9 2025-11-10
22

33
* Fix passing key_filename and ssh_command parameters to SSHGitClient.
44
(Saugat Pachhai)

dulwich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
else:
3232
from typing_extensions import ParamSpec
3333

34-
__version__ = (0, 24, 8)
34+
__version__ = (0, 24, 9)
3535

3636
__all__ = ["__version__", "replace_me"]
3737

0 commit comments

Comments
 (0)