Skip to content

Commit

Permalink
libtmux: 0.35.0 (streamlined target usage, #920)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Mar 17, 2024
2 parents 9efdf97 + ba9b335 commit 2f174d2
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.34.0 -> 0.35.0 (#920)

Simplify redundant `target` passing and `window-index` usages (#920)

## tmuxp 1.42.0 (2024-03-17)

### Breaking changes
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.34.0"
libtmux = "~0.35.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 2f174d2

Please sign in to comment.