Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

_Upcoming changes will be written here._

#### libtmux 0.51.0 (#999)

libtmux minimum version bumped from 0.50.1 -> 0.51.0.

Hard API deprecations in libtmux 0.51.0 will cause deprecated APIs that faced only warnings to now error.

## tmuxp 1.59.1 (2025-12-06)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include = [
{ path = "conftest.py", format = "sdist" },
]
dependencies = [
"libtmux~=0.50.1",
"libtmux~=0.51.0",
"colorama>=0.3.9",
"PyYAML>=6.0"
]
Expand Down
Loading