Skip to content

Commit 994c4a6

Browse files
committed
chore(release): bump version to 0.1.4
1 parent 7d62350 commit 994c4a6

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1+
## [0.1.4] - 2026-03-05
2+
3+
### Added
4+
- Added file complying with Apache 2.0 attribution for and .
5+
6+
### Changed
7+
- Updated and to append third-party open-source legal notices.
8+
- Expanded to clearly contrast Programmatic Tool Calling (PTC) vs Recursive Language Models (RLM).
9+
110
# Changelog
211

312
All notable changes to this project will be documented in this file.
413

514
## [Unreleased]
615

16+
## [0.1.4] - 2026-03-05
17+
18+
### Added
19+
- Added `NOTICE` file complying with Apache 2.0 attribution for `microsandbox` and `OpenSandbox`.
20+
21+
### Changed
22+
- Updated `LICENSE` and `README.md` to append third-party open-source legal notices.
23+
- Expanded `README.md` to clearly contrast Programmatic Tool Calling (PTC) vs Recursive Language Models (RLM).
24+
725
### Added
826
- **OpenSandbox Execution Backend** (`client/opensandbox_executor.py`):
927
- New `OpenSandboxExecutor` — full drop-in replacement for `MicrosandboxExecutor` using [alibaba/OpenSandbox](https://github.com/alibaba/OpenSandbox) (local Docker, no cloud API key required).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
66
[![Tests](https://github.com/TJKlein/mcpruntime/actions/workflows/tests.yml/badge.svg)](https://github.com/TJKlein/mcpruntime/actions/workflows/tests.yml)
7-
[![Version](https://img.shields.io/badge/version-0.1.1-blue.svg)](pyproject.toml)
7+
[![Version](https://img.shields.io/badge/version-0.1.4-blue.svg)](pyproject.toml)
88
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
99
[![Docker](https://img.shields.io/badge/docker-ready-blue.svg)](Dockerfile)
1010
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcp-agent-runtime"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "The High-Performance Local Runtime for Autonomous Agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)