From 69e14932122ba28f085430ef86a32cf473f3c396 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 21:54:45 +0000 Subject: [PATCH] chore(main): release 2.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f58b956e..7a48e52a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.1" + ".": "2.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4da17d8..fcd2f331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.11.1...v2.12.0) (2025-11-22) + + +### Features + +* align A2A adapter with canonical response format ([#83](https://github.com/adcontextprotocol/adcp-client-python/issues/83)) ([f7062f2](https://github.com/adcontextprotocol/adcp-client-python/commit/f7062f2857c5a1cb32d40407766992b4ea272c23)) + ## [2.11.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.11.0...v2.11.1) (2025-11-21) diff --git a/pyproject.toml b/pyproject.toml index e0a99123..bcebe322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.11.1" +version = "2.12.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} diff --git a/src/adcp/__init__.py b/src/adcp/__init__.py index 09905787..d1443ac8 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -179,7 +179,7 @@ validate_publisher_properties_item, ) -__version__ = "2.11.1" +__version__ = "2.12.0" def get_adcp_version() -> str: