File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ Current headline result:
5353From PyPI:
5454
5555``` bash
56- pip install --pre zero-context-protocol-sdk
56+ pip install zero-context-protocol-sdk
5757```
5858
5959With 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
6565For local development from source:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The repository includes a trusted-publisher release workflow at
1818To use it for the ` zero-context-protocol-sdk ` distribution:
1919
20201 . 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 `
22223 . let the workflow build and publish the package
2323
2424## Manual Publishing
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " zero-context-protocol-sdk"
7- version = " 0.2.0a2 "
7+ version = " 0.2.0 "
88description = " Official Python SDK for Zero Context Protocol (ZCP), with MCP-compatible server surfaces and native protocol support"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments