Skip to content

Commit ee05d05

Browse files
committed
Tag v0.48.0 (deprecate tmux <3.2)
1 parent d7c54f4 commit ee05d05

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

CHANGES

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,24 @@ $ uv add libtmux --prerelease allow
2828
$ uvx --from 'libtmux' --prerelease allow python
2929
```
3030

31-
## libtmux 0.48.x (Yet to be released)
31+
## libtmux 0.49.x (Yet to be released)
3232

3333
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3434

3535
_Future release notes will be placed here_
3636

37-
### Deprecations
37+
## libtmux 0.48.0 (2025-11-28)
3838

39-
- tmux versions below 3.2a are now deprecated (#606). A `FutureWarning` will
40-
be emitted on first use. Support for these versions will be removed in a future
41-
release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress the warning.
39+
### Breaking Changes
40+
41+
#### Minimum tmux version bumped to 3.2+ (606)
42+
43+
tmux versions below 3.2a are now deprecated. libtmux 0.48.0 will be the last
44+
version to support tmux below 3.2. This is to ensure support for hooks, options,
45+
and newer tmux features.
46+
47+
A `FutureWarning` will be emitted on first use. Support for these versions will be removed in a future
48+
release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress the warning.
4249

4350
### Internal
4451

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.47.0"
3+
version = "0.48.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "libtmux"
66
__package_name__ = "libtmux"
7-
__version__ = "0.47.0"
7+
__version__ = "0.48.0"
88
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
99
__email__ = "tony@git-pull.com"
1010
__author__ = "Tony Narlock"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)