From f06e82ce0282c00a24460a5adcd65998bb064de2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:53:32 +0000 Subject: [PATCH] chore(main): release 2.17.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 7731f20..9a61761 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3f1bb..f90b6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.17.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.16.0...v2.17.0) (2025-12-30) + + +### Features + +* add protocol field extraction for A2A responses ([#110](https://github.com/adcontextprotocol/adcp-client-python/issues/110)) ([ae71b65](https://github.com/adcontextprotocol/adcp-client-python/commit/ae71b65bec03f7f1634d1d4eb6a45c58a657a0b2)) + ## [2.16.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.15.0...v2.16.0) (2025-12-21) diff --git a/pyproject.toml b/pyproject.toml index 2cbfa61..beba437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.16.0" +version = "2.17.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 c6c30fb..a0a6a3f 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -186,7 +186,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "2.16.0" +__version__ = "2.17.0" def get_adcp_version() -> str: