From 57ee805c8d5e7d3de7d8c897af446a86debf1c6c Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Fri, 31 Jul 2026 01:16:21 +0800 Subject: [PATCH] release: 0.12.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 220b908..edde99b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agent-client-protocol" -version = "0.11.1" +version = "0.12.0" description = "A Python implement of Agent Client Protocol (ACP, by Zed Industries)" authors = [ { name = "Chojan Shang", email = "psiace@apache.org" }, diff --git a/uv.lock b/uv.lock index 5c62ff3..fca93fb 100644 --- a/uv.lock +++ b/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ [[package]] name = "agent-client-protocol" -version = "0.11.1" +version = "0.12.0" source = { editable = "." } dependencies = [ { name = "pydantic" },