From 39d4e05e3852346605bd64c2d64de450bbc9f3b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 02:04:22 +0000 Subject: [PATCH] chore(main): release 3.2.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 ada7355e..95a37e3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2113a3..c552749c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.1.0...v3.2.0) (2026-02-04) + + +### Features + +* export A2UI types from public API ([#125](https://github.com/adcontextprotocol/adcp-client-python/issues/125)) ([acc2239](https://github.com/adcontextprotocol/adcp-client-python/commit/acc223961e8b0f3108e9b14dd90b3376533269cc)) + ## [3.1.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.0.0...v3.1.0) (2026-01-26) diff --git a/pyproject.toml b/pyproject.toml index 22db9a86..ce24cf31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "3.1.0" +version = "3.2.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 321599a2..c6fcd4cc 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -197,7 +197,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "3.1.0" +__version__ = "3.2.0" def get_adcp_version() -> str: