Skip to content

Commit 85b8ba4

Browse files
committed
release 0.24.5
1 parent 2719a93 commit 85b8ba4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.27"
77

88
[workspace.package]
9-
version = "0.24.4"
9+
version = "0.24.5"

NEWS

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

33
* Fix HTTP authentication to preserve credentials from URLs when storing
44
remote configuration. URLs with embedded credentials (like

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, 4)
34+
__version__ = (0, 24, 5)
3535

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

0 commit comments

Comments
 (0)