Skip to content

Commit ffb31cd

Browse files
committed
Add changelog entries for upcoming release
1 parent ec93a22 commit ffb31cd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ UNRELEASED
66

77
*UNRELEASED*
88

9+
- Switch from lib2to3 to `fissix <https://github.com/amyreese/fissix>`_,
10+
a maintained fork of lib2to3 (`#95`_).
11+
12+
- Add Python 3.13, 3.14, and 3.15 support.
13+
14+
- Migrate packaging from ``setup.py`` to ``pyproject.toml`` with
15+
PEP 639 SPDX license metadata (``GPL-3.0-or-later``) (`#96`_).
16+
17+
- Use ``setuptools-scm`` for version management. Versions are now
18+
derived from git tags (`#97`_).
19+
20+
- Add ``check_changelog.py`` CI check to enforce changelog entries
21+
(`#97`_).
22+
23+
- Gate PyPI publishing on tests passing by merging the release
24+
workflow into CI (`#97`_).
25+
26+
- Update installation instructions with ``uv tool install`` (`#92`_).
27+
28+
.. _#92: https://github.com/pytest-dev/unittest2pytest/pull/92
29+
.. _#95: https://github.com/pytest-dev/unittest2pytest/pull/95
30+
.. _#96: https://github.com/pytest-dev/unittest2pytest/pull/96
31+
.. _#97: https://github.com/pytest-dev/unittest2pytest/pull/97
32+
933

1034
0.5
1135
---

0 commit comments

Comments
 (0)