From 077be035af94daccc030c87b2fbec601b0040b15 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:18:14 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28d886a71..ba3b4f59c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.10" + ".": "8.0.0-beta.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 065429caa..e5720b9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0-beta.11](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.10...v8.0.0-beta.11) (2026-08-31) + + +### Features + +* **examples:** add durable seller production wiring ([2bd5193](https://github.com/adcontextprotocol/adcp-client-python/commit/2bd5193c15540ed5d2c430c593df4a2f7b1c0798)) + + +### Bug Fixes + +* **examples:** harden durable workflow finalization ([#1109](https://github.com/adcontextprotocol/adcp-client-python/issues/1109)) ([86db240](https://github.com/adcontextprotocol/adcp-client-python/commit/86db240b55b9ad2bda4edd46cafd6f5dfa79fb47)) + ## [8.0.0-beta.10](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.9...v8.0.0-beta.10) (2026-08-28) diff --git a/pyproject.toml b/pyproject.toml index c7c8f6d2a..9b82770d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b10" +version = "8.0.0-beta.11" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From a100d2bc6368bbfbfdab8fa256296cf7df47c18b Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Mon, 31 Aug 2026 08:18:29 +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 9b82770d5..e190eabb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.11" +version = "8.0.0b11" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}