From 0e08da439e6f74d3985f6c6298e0796785d3acb3 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:33:17 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3f4d4dd..8e392ab6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.1" + ".": "8.0.0-beta.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6f695f..1d60536f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.0-beta.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2026-08-17) + + +### Features + +* **protocol:** support AdCP 3.2 beta lifecycle ([#1034](https://github.com/adcontextprotocol/adcp-client-python/issues/1034)) ([dece72e](https://github.com/adcontextprotocol/adcp-client-python/commit/dece72ebd9ad5133f8973f6baa5e693daabdddf5)) + ## [8.0.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.2...v8.0.0-beta.1) (2026-08-17) diff --git a/pyproject.toml b/pyproject.toml index 43cb94eb..0542d3f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b1" +version = "8.0.0-beta.2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From f66ea49c83a78c1a0ede0e0386d5b58e97d7bbdf Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Mon, 17 Aug 2026 23:33:30 +0000 Subject: [PATCH 2/2] chore: normalize prerelease version to PEP 440 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0542d3f0..72940e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.2" +version = "8.0.0b2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}