Skip to content

Commit 8efee7f

Browse files
committed
docs(CHANGES) Note build system using hatchling now
1 parent 0d7db83 commit 8efee7f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGES

+18-6
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,35 @@ _Maintenance only, no bug fixes or new features_
3333

3434
## libtmux 0.38.0 (2024-11-26)
3535

36-
### Documentation
36+
### Breaking changes
3737

38-
- Fix docstrings in `query_list` for `MultipleObjectsReturned` and
39-
`ObjectDoesNotExist`.
38+
#### Project and package management: poetry to uv (#547)
4039

41-
### Development
40+
[uv] is the new package and project manager for the project, replacing Poetry.
41+
42+
[uv]: https://github.com/astral-sh/uv
43+
44+
#### Build system: poetry to hatchling (#547)
4245

43-
- Project and package management: poetry to uv (#547)
46+
[Build system] moved from [poetry] to [hatchling].
4447

45-
[uv] is the new package and project manager for the project, replacing Poetry.
48+
[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
49+
[poetry]: https://github.com/python-poetry/poetry
50+
[hatchling]: https://hatch.pypa.io/latest/
51+
52+
### Development
4653

4754
- Code quality: Use f-strings in more places (#540)
4855

4956
via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md).
5057

5158
[uv]: https://github.com/astral-sh/uv
5259

60+
### Documentation
61+
62+
- Fix docstrings in `query_list` for `MultipleObjectsReturned` and
63+
`ObjectDoesNotExist`.
64+
5365
## libtmux 0.37.0 (04-21-2024)
5466

5567
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)