Skip to content

Commit 8081d67

Browse files
committed
Tag v0.1.0a10
1 parent aee4515 commit 8081d67

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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.0a10 (2026-05-24)
10+
911
### What's new
1012

1113
**Incremental pane observation with {tooliconl}`capture-since`**

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.0a9"
3+
version = "0.1.0a10"
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.0a9"
7+
__version__ = "0.1.0a10"
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)