We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f702e2 + 2905296 commit 2902b0dCopy full SHA for 2902b0d
CHANGES
@@ -33,6 +33,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
33
34
_Upcoming changes will be written here._
35
36
+### Breaking changes
37
+
38
+#### libtmux 0.50.1 (#998)
39
40
+libtmux minimum version bumped from 0.50.0 -> 0.50.1.
41
42
### Documentation (#997)
43
44
Sphinx build warnings fixed:
pyproject.toml
@@ -39,7 +39,7 @@ include = [
{ path = "conftest.py", format = "sdist" },
]
dependencies = [
- "libtmux~=0.50.0",
+ "libtmux~=0.50.1",
"colorama>=0.3.9",
"PyYAML>=6.0"
45
0 commit comments