Skip to content

Commit 3a6fb89

Browse files
committed
Tag v0.56.0
1 parent 3cfa43e commit 3a6fb89

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ $ uv add libtmux --prerelease allow
3232
$ uvx --from 'libtmux' --prerelease allow python
3333
```
3434

35-
## libtmux 0.56.x (Yet to be released)
35+
## libtmux 0.57.x (Yet to be released)
3636

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

3939
<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
4040
_Notes on the upcoming release will go here._
4141
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
4242

43+
## libtmux 0.56.0 (2026-05-10)
44+
4345
### What's new
4446

4547
#### Interactive tmux commands now scriptable (#653)

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.55.1"
3+
version = "0.56.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.55.1"
7+
__version__ = "0.56.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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)