Skip to content

Commit

Permalink
py(deps): libtmux: 0.35.0 -> 0.35.1
Browse files Browse the repository at this point in the history
Fix for finding active sessions when > 1 client connected
  • Loading branch information
tony committed Mar 24, 2024
1 parent 9571315 commit f2921e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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.35.0 -> 0.35.1

Improved support in libtmux when multiple clients attached to a session in a server.

## tmuxp 1.43.0 (2024-03-17)

### Breaking changes
Expand Down
10 changes: 5 additions & 5 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.35.0"
libtmux = "~0.35.1"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit f2921e8

Please sign in to comment.