Skip to content

Commit bd0ad2f

Browse files
committed
Release v0.1.0a3 (2026-04-19)
1 parent 017eaef commit bd0ad2f

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
_Notes on upcoming releases will be added here_
77
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
88

9+
## libtmux-mcp 0.1.0a3 (2026-04-19)
10+
11+
_Post-0.1.0a2 smoke-test fixes and `libtmux` floor bump_
12+
913
### Dependencies
1014

1115
- Minimum `libtmux>=0.55.1` (was `>=0.55.0`). 0.55.1 ships the

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-mcp"
3-
version = "0.1.0a2"
3+
version = "0.1.0a3"
44
description = "MCP server for tmux, powered by libtmux"
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/libtmux_mcp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "libtmux-mcp"
66
__package_name__ = "libtmux_mcp"
7-
__version__ = "0.1.0a2"
7+
__version__ = "0.1.0a3"
88
__description__ = "MCP server for tmux, powered by libtmux"
99
__author__ = "Tony Narlock"
1010
__email__ = "tony@git-pull.com"

uv.lock

Lines 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)