Skip to content

Commit 0e4a118

Browse files
committed
v0.46.0 (test coverage for test helpers, #580)
1 parent aefef02 commit 0e4a118

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
99
$ pip install --user --upgrade --pre libtmux
1010
```
1111

12-
## libtmux 0.46.x (Yet to be released)
12+
## libtmux 0.47.x (Yet to be released)
1313

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

1616
- _Future release notes will be placed here_
1717

18+
## libtmux 0.46.0 (2025-02-25)
19+
1820
### Breaking
1921

2022
#### Imports removed from libtmux.test (#580)

MIGRATION

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ _Detailed migration steps for the next version will be posted here._
2525

2626
<!-- To the maintainers and contributors: please add migration details for the upcoming release here -->
2727

28+
## libtmux 0.46.0 (2025-02-25)
29+
2830
#### Imports removed from libtmux.test (#580)
2931

3032
Root-level of imports from `libtmux.test` are no longer possible.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.45.0"
3+
version = "0.46.0"
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.45.0"
7+
__version__ = "0.46.0"
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)