File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,25 @@ _Maintenance only, no bug fixes or new features_
38
38
39
39
### Breaking changes
40
40
41
- - Minimum libtmux version 0.37.0 -> 0.38.1 ( # 950 )
41
+ #### Project and package management: poetry to uv ( # 949 )
42
42
43
- ### Development
43
+ [ uv] is the new package and project manager for the project, replacing Poetry.
44
+
45
+ [ uv ] : https://github.com/astral-sh/uv
46
+
47
+ #### Build system: poetry to hatchling (#949 )
44
48
45
- - Project and package management: poetry to uv ( # 949 )
49
+ [ Build system ] moved from [ poetry] to [ hatchling ] .
46
50
47
- [ uv] is the new package and project manager for the project, replacing Poetry.
51
+ [ Build system ] : https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
52
+ [ poetry ] : https://github.com/python-poetry/poetry
53
+ [ hatchling ] : https://hatch.pypa.io/latest/
54
+
55
+ #### Minimum libtmux version 0.37.0 -> 0.38.1 (#950 )
56
+
57
+ Built with uv.
58
+
59
+ ### Development
48
60
49
61
- Code quality: Use f-strings in more places (#931 )
50
62
You can’t perform that action at this time.
0 commit comments