Skip to content

Commit 309c27f

Browse files
committed
Tag v0.49.0 (drop tmux <3.1)
1 parent 9c26976 commit 309c27f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ $ uv add libtmux --prerelease allow
2828
$ uvx --from 'libtmux' --prerelease allow python
2929
```
3030

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

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

35+
_Future release notes will be placed here_
36+
37+
## libtmux 0.49.0 (2025-11-29)
38+
3539
### Breaking Changes
3640

3741
#### tmux 1.8 to 3.1c support removed (#608)

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.48.0post0"
3+
version = "0.49.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.48.0post0"
7+
__version__ = "0.49.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)