Skip to content

Commit a02e8e1

Browse files
committed
Update CHANGELOG
1 parent 2aa98f6 commit a02e8e1

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Changelog
99
:released: 15.01.2026
1010

1111
.. change::
12-
:tags: refactor
12+
:tags: refactor,breaking
1313

14-
Do not use ``Popen(shell=True)`` anymore.
14+
Make most of args in ``version_from_git()`` keyword-only.
1515

1616
.. change::
17-
:tags: refactor
17+
:tags: refactor,breaking
1818

19-
Make most of args in ``version_from_git()`` keyword-only.
19+
Timestamps in version templates are now timezone-aware.
2020

2121
.. change::
2222
:tags: refactor
2323

24-
Timestamps in version templates are now timezone-aware.
24+
Do not use ``Popen(shell=True)`` anymore.
2525

2626
.. change::
2727
:tags: bugfix
@@ -31,6 +31,7 @@ Changelog
3131

3232
.. change::
3333
:tags: bugfix
34+
:tickets: 122
3435

3536
Fix epoch versions like ``0!2025.12.3`` were wrongly converted to ``0.2025.12.3``.
3637

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ docs = [
7979
"changelog~=0.6.2",
8080
"furo~=2025.12.19",
8181
"numpydoc~=1.10.0",
82-
"sphinx~=9.1.0",
82+
"sphinx~=9.0.4",
8383
"sphinx-argparse~=0.5.2",
84-
"sphinx-autodoc-typehints~=3.6.2",
84+
"sphinx-autodoc-typehints~=3.6.1",
8585
"sphinx-last-updated-by-git~=0.3.8",
8686
"sphinx-tabs~=3.4.7",
8787
]

uv.lock

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

0 commit comments

Comments
 (0)