From 9cb98b1b431c63e644e68fa9744462587443c857 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:03:05 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f51c0f796..a27a0b27a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.12" + ".": "8.0.0-beta.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3550566..c3ce562db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [8.0.0-beta.13](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.12...v8.0.0-beta.13) (2026-09-04) + + +### Features + +* **protocol:** adopt AdCP 3.2 rc.0 ([#1123](https://github.com/adcontextprotocol/adcp-client-python/issues/1123)) ([6314f45](https://github.com/adcontextprotocol/adcp-client-python/commit/6314f459f5cdcff6231dd4fd5546d966258e70bb)) +* **sdk:** add principal, reporting, and controller support ([#1121](https://github.com/adcontextprotocol/adcp-client-python/issues/1121)) ([19c600e](https://github.com/adcontextprotocol/adcp-client-python/commit/19c600eff48c08fda20c3409848d154ca8a47eb2)) + ## [8.0.0-beta.12](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.11...v8.0.0-beta.12) (2026-09-03) diff --git a/pyproject.toml b/pyproject.toml index 5cf145535..28759cda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b12" +version = "8.0.0-beta.13" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 8a3d4733500ea7c04c5d60bb048745cf61c30095 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Fri, 4 Sep 2026 00:03:26 +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 28759cda2..e0e4132f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.13" +version = "8.0.0b13" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}