Skip to content

Commit

Permalink
py(deps): libtmux v0.27.0 -> v0.28.0 (resize + refresh fixes, #910)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 15, 2024
2 parents d7ca798 + 6abedc4 commit 5a92773
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

### Breaking changes

- libtmux: 0.27.0 -> 0.28.0 (#910)

Refresh and resize improvements

### Tests

- CI: Add tmux 3.4 to test matrix (#909)
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'

[tool.poetry.dependencies]
python = "^3.8"
libtmux = "~0.27.0"
libtmux = "~0.28.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 5a92773

Please sign in to comment.