Skip to content

Commit 76c61bc

Browse files
tanbroclaude
andcommitted
chore(release): prepare v0.3.2
- Update server.json version to 0.3.2 - Add v0.3.2 changelog entry with fixes for README MCP name validation - All fixes from v0.3.1 are included in this release Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b1fd0c8 commit 76c61bc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 0.3.2
4+
5+
> 📅 2026-02-16
6+
7+
- 🐛 Fixed:
8+
- Fix README MCP name validation tag format from dots to slash (`io.github.tanbro/uiautomator2-mcp-server`)
9+
- Add missing MCP name validation tag to Chinese README (README.zh-CN.md)
10+
- Update MANIFEST.in to exclude non-runtime files: `server.json`, `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, `pytest.ini`
11+
12+
313
## 0.3.1
414

515
> 📅 2026-02-16

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"name": "io.github.tanbro/uiautomator2-mcp-server",
44
"title": "UIAutomator2 MCP Server",
55
"description": "Control Android devices with AI using uiautomator2. Automate taps, swipes, apps, and more.",
6-
"version": "0.3.1",
6+
"version": "0.3.2",
77
"author": "tanbro",
88
"license": "Apache-2.0",
99
"packages": [
1010
{
1111
"registryType": "pypi",
1212
"registryBaseUrl": "https://pypi.org",
1313
"identifier": "uiautomator2-mcp-server",
14-
"version": "0.3.0",
14+
"version": "0.3.2",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)