Skip to content

Commit b321857

Browse files
committed
Tag v0.46.1 via v0.46.x branch
With snapshots support upcoming via #587/#590.
1 parent 2a60167 commit b321857

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
- _Future release notes will be placed here_
1717

18+
## libtmux 0.46.1 (2025-03-16)
19+
20+
_Maintenance only, no bug fixes or new features_
21+
22+
A version branch has been created at v0.46.x, the next release of v0.47.0 may
23+
be a few months in waiting (watchers / snapshots are in development in #587).
24+
1825
### Documentation
1926

2027
- Typo fix for `Pane.send_keys` (#593), thank you @subbyte!

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.46.0"
3+
version = "0.46.1"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "libtmux"
66
__package_name__ = "libtmux"
7-
__version__ = "0.46.0"
7+
__version__ = "0.46.1"
88
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
99
__email__ = "[email protected]"
1010
__author__ = "Tony Narlock"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)