Skip to content

Commit 4df1128

Browse files
committed
Tag v0.52.0 (capture_pane() updates)
1 parent 7fca580 commit 4df1128

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

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

31-
## libtmux 0.52.x (Yet to be released)
31+
## libtmux 0.53.x (Yet to be released)
3232

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

3535
_Upcoming changes will be written here._
3636

37+
## libtmux 0.52.0 (2025-12-07)
38+
3739
#### Pane.capture_pane() enhanced (#614)
3840

3941
The {meth}`~libtmux.pane.Pane.capture_pane` method now supports 5 new parameters

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.51.0"
3+
version = "0.52.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.51.0"
7+
__version__ = "0.52.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)