Skip to content

Commit 5a92773

Browse files
authored
py(deps): libtmux v0.27.0 -> v0.28.0 (resize + refresh fixes, #910)
2 parents d7ca798 + 6abedc4 commit 5a92773

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGES

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

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
### Breaking changes
23+
24+
- libtmux: 0.27.0 -> 0.28.0 (#910)
25+
26+
Refresh and resize improvements
27+
2228
### Tests
2329

2430
- CI: Add tmux 3.4 to test matrix (#909)

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.8"
50-
libtmux = "~0.27.0"
50+
libtmux = "~0.28.0"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)