Skip to content

Commit e0c93b3

Browse files
committed
chore: release v0.11.2
1 parent 04e1773 commit e0c93b3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repo": "Martian-Engineering/maniple"
1717
},
1818
"description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
19-
"version": "0.11.1",
19+
"version": "0.11.2",
2020
"author": {
2121
"name": "Josh Lehman"
2222
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maniple",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
55
"author": {
66
"name": "Josh Lehman",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.2]
11+
12+
- Fix Linux/non-macOS startup: if iTerm backend is selected implicitly but iTerm init fails, fall back to tmux when available.
13+
1014
## [0.11.1]
1115

1216
- Fix PyPI distribution name: publish as `maniple-mcp` (PyPI rejects `maniple`).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maniple-mcp"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "MCP server for managing multiple Claude Code sessions via iTerm2"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)