Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9018da6

Browse filesBrowse files
committed
Tag v0.43.0 (Add TestServer fixture)
1 parent 5d3e428 commit 9018da6
Copy full SHA for 9018da6

File tree

Expand file treeCollapse file tree

4 files changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-4
lines changed

‎CHANGES

Copy file name to clipboardExpand all lines: CHANGES
+3-1Lines changed: 3 additions & 1 deletion
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.43.x (Yet to be released)
12+
## libtmux 0.44.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.43.0 (2025-02-15)
19+
1820
### Features
1921

2022
Server now accepts 2 new optional params, `socket_name_factory` and `on_init` callbacks (#565):

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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.42.1"
3+
version = "0.43.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

Copy file name to clipboardExpand all lines: src/libtmux/__about__.py
+1-1Lines 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.42.1"
7+
__version__ = "0.43.0"
88
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
99
__email__ = "tony@git-pull.com"
1010
__author__ = "Tony Narlock"

‎uv.lock

Copy file name to clipboardExpand all lines: uv.lock
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.