File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -33,23 +33,35 @@ _Maintenance only, no bug fixes or new features_
33
33
34
34
## libtmux 0.38.0 (2024-11-26)
35
35
36
- ### Documentation
36
+ ### Breaking changes
37
37
38
- - Fix docstrings in ` query_list ` for ` MultipleObjectsReturned ` and
39
- ` ObjectDoesNotExist ` .
38
+ #### Project and package management: poetry to uv (#547 )
40
39
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 )
42
45
43
- - Project and package management: poetry to uv ( # 547 )
46
+ [ Build system ] moved from [ poetry] to [ hatchling ] .
44
47
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
46
53
47
54
- Code quality: Use f-strings in more places (#540 )
48
55
49
56
via [ ruff 0.4.2] ( https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md ) .
50
57
51
58
[ uv ] : https://github.com/astral-sh/uv
52
59
60
+ ### Documentation
61
+
62
+ - Fix docstrings in ` query_list ` for ` MultipleObjectsReturned ` and
63
+ ` ObjectDoesNotExist ` .
64
+
53
65
## libtmux 0.37.0 (04-21-2024)
54
66
55
67
_ Maintenance only, no bug fixes or new features_
You can’t perform that action at this time.
0 commit comments