Skip to content

Commit 9ada4d5

Browse files
authored
Deprecate tmux versions below 3.2a (#991)
2 parents d2f2b36 + 7a2622e commit 9ada4d5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
### Breaking changes
3535

36-
- libtmux: Bump minimum version from 0.47.0 -> 0.48.0 (#990)
36+
#### Minimum tmux version bumped to 3.2+ (#991)
37+
38+
tmux versions below 3.2a are now deprecated (via libtmux v0.48.0).
39+
40+
A `FutureWarning` will be emitted on first use. Support for these versions will be removed in a future release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress.
41+
42+
#### libtmux 0.48.0 (#990)
43+
44+
libtmux minimum version bumped from 0.47.0 -> 0.48.0.
3745

3846
### What's new
3947

0 commit comments

Comments
 (0)