Skip to content

Commit 7dddd93

Browse files
committed
release 1.1.0
1 parent b281a4e commit 7dddd93

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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 = "1.0.0"
9+
version = "1.1.0"

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.0.1 UNRELEASED
1+
1.1.0 2026-02-17
22

33
* Add support for ``core.commentChar`` configuration option in commit message
44
templates. (Jelmer Vernooij, #1852)

dulwich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from collections.abc import Callable
2626
from typing import TYPE_CHECKING, Any, ParamSpec, TypeVar
2727

28-
__version__ = (1, 0, 0)
28+
__version__ = (1, 1, 0)
2929

3030
__all__ = ["__version__", "replace_me"]
3131

0 commit comments

Comments
 (0)