Skip to content

Commit 81431dd

Browse files
committed
Release 0.2.0
1 parent ce930bf commit 81431dd

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pre-1.0 semantic versioning policy.
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-03-19
11+
1012
### Added
1113

1214
- formal tool exposure configuration via `ToolExposureConfig`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Current headline result:
5353
From PyPI:
5454

5555
```bash
56-
pip install --pre zero-context-protocol-sdk
56+
pip install zero-context-protocol-sdk
5757
```
5858

5959
With optional extras:
6060

6161
```bash
62-
pip install --pre "zero-context-protocol-sdk[openai,mcp]"
62+
pip install "zero-context-protocol-sdk[openai,mcp]"
6363
```
6464

6565
For local development from source:

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The repository includes a trusted-publisher release workflow at
1818
To use it for the `zero-context-protocol-sdk` distribution:
1919

2020
1. configure this GitHub repository as a trusted publisher in PyPI
21-
2. push a tag like `v0.2.0a0`
21+
2. push a tag like `v0.2.0`
2222
3. let the workflow build and publish the package
2323

2424
## Manual Publishing

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 = "zero-context-protocol-sdk"
7-
version = "0.2.0a2"
7+
version = "0.2.0"
88
description = "Official Python SDK for Zero Context Protocol (ZCP), with MCP-compatible server surfaces and native protocol support"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)