Skip to content

Commit 2902b0d

Browse files
authored
py(deps) libtmux 0.50.0 -> 0.50.1 (#998)
2 parents 2f702e2 + 2905296 commit 2902b0d

File tree

3 files changed

+80
-74
lines changed

3 files changed

+80
-74
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
_Upcoming changes will be written here._
3535

36+
### Breaking changes
37+
38+
#### libtmux 0.50.1 (#998)
39+
40+
libtmux minimum version bumped from 0.50.0 -> 0.50.1.
41+
3642
### Documentation (#997)
3743

3844
Sphinx build warnings fixed:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.50.0",
42+
"libtmux~=0.50.1",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

0 commit comments

Comments
 (0)