Skip to content

Commit aba8cff

Browse files
committed
Tag v0.58.1 (pytest 9.1 compatibility)
Patch release: bug fixes only, per the project version policy (patch = bug fixes; minor = features/breaking). Ships the pytest 9.1 plugin-import fix. - CHANGES: add the 0.58.1 release section and open a fresh 0.59.x unreleased placeholder for the next minor - Bump version 0.58.0 -> 0.58.1 in pyproject.toml and __about__.py - Refresh uv.lock for the new version
1 parent b709acd commit aba8cff

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ $ uvx --from 'libtmux' --prerelease allow python
4545
_Notes on the upcoming release will go here._
4646
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
4747

48+
## libtmux 0.58.1 (2026-06-16)
49+
50+
libtmux 0.58.1 restores compatibility with pytest 9.1. The bundled
51+
pytest plugin no longer aborts at import time, so projects that rely on
52+
libtmux's fixtures can move to the latest pytest without their test
53+
suite failing before collection.
54+
4855
### Fixes
4956

5057
#### pytest 9.1 compatibility for the pytest plugin (#687)

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