From fecc5b34d3c810c0efc816373edc337650c981fe Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 20:08:24 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a5cf80b3..cf45d4956 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.6" + ".": "8.0.0-beta.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e51fbdd9..9bb2dd9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0-beta.7](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.6...v8.0.0-beta.7) (2026-08-22) + + +### ⚠ BREAKING CHANGES + +* **protocol:** add AdCP 3.2 beta.5 parity ([#1064](https://github.com/adcontextprotocol/adcp-client-python/issues/1064)) + +### Features + +* **protocol:** add AdCP 3.2 beta.5 parity ([#1064](https://github.com/adcontextprotocol/adcp-client-python/issues/1064)) ([384ad03](https://github.com/adcontextprotocol/adcp-client-python/commit/384ad0386cfb445a5ef6c72de9e4de01147fe649)) + ## [8.0.0-beta.6](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2026-08-21) diff --git a/pyproject.toml b/pyproject.toml index 29d41c8e9..cf6158fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b6" +version = "8.0.0-beta.7" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 5a4ed4b76431c0b639d37622c454064a999c3530 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Sat, 22 Aug 2026 20:08:40 +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 cf6158fa8..450ffc84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.7" +version = "8.0.0b7" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}