Skip to content

Commit 5561a9d

Browse files
author
semantic-release
committed
chore(release): 0.1.3
1 parent b866b32 commit 5561a9d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# CHANGELOG
22

33

4+
## v0.1.3 (2026-02-10)
5+
6+
### Bug Fixes
7+
8+
- Also clean root-owned dist/ and build/ dirs in release workflow
9+
([`b866b32`](https://github.com/ambient-code/mcp/commit/b866b32738870a6c4e67b732168e35d3750cdd14))
10+
11+
The python-semantic-release Docker action creates dist/ and build/ directories in addition to
12+
egg-info, all owned by root. The previous fix only cleaned egg-info, so the build step still
13+
failed trying to write to the root-owned dist/ directory.
14+
15+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16+
17+
418
## v0.1.2 (2026-02-10)
519

620
### Bug Fixes
@@ -14,6 +28,11 @@ The python-semantic-release Docker action runs as root, creating src/mcp_acp.egg
1428

1529
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1630

31+
### Chores
32+
33+
- **release**: 0.1.2
34+
([`836d6d7`](https://github.com/ambient-code/mcp/commit/836d6d7b269e8b5054e64201d2f0fccc94a47d2d))
35+
1736

1837
## v0.1.1 (2026-02-10)
1938

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-acp"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "MCP server for Ambient Code Platform (ACP) session management on OpenShift - list, delete, debug, and manage AgenticSession resources"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)