Skip to content

Commit 5ee1959

Browse files
committed
chore: Release 0.1.0a1 (2026-04-13)
why: PR #11 merged and the accumulated unreleased entries — 11 new MCP tools plus the gp-sphinx docs stack bumps — constitute a shippable alpha point release. The previous published version was 0.1.0a0 on 2026-03-22; everything between v0.1.0a0 and main now belongs under a finalized release block. what: - pyproject.toml: version 0.1.0a0 -> 0.1.0a1 - src/libtmux_mcp/__about__.py: __version__ 0.1.0a0 -> 0.1.0a1 - uv.lock: regenerated via `uv sync` (libtmux-mcp entry updated) - CHANGES: introduce a `## libtmux-mcp 0.1.0a1 (2026-04-13)` heading between the rolling `0.1.x (unreleased)` placeholder and the existing bullet lists. The placeholder block stays at the top for the next iteration; the What's new and Documentation entries that had accumulated under "unreleased" are now the content of the 0.1.0a1 release block. No bullet text changed.
1 parent 34dcfd4 commit 5ee1959

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.0a1 (2026-04-13)
10+
911
### What's new
1012

1113
- New pane tools: `snapshot_pane`, `wait_for_content_change`, `select_pane`, `swap_pane`, `pipe_pane`, `display_message`, `enter_copy_mode`, `exit_copy_mode`, and `paste_text` (#11)

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