From 3a47030b86295314f9141388ead5cb7b2cf05301 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 21:41:11 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.1 --- .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 5315ef9d..b3f4d4dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.2" + ".": "8.0.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 281178c2..4e6f695f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.2...v8.0.0-beta.1) (2026-08-17) + + +### ⚠ BREAKING CHANGES + +* **client:** align safety and asset APIs with JavaScript v13 ([#1032](https://github.com/adcontextprotocol/adcp-client-python/issues/1032)) + +### Features + +* **client:** align safety and asset APIs with JavaScript v13 ([#1032](https://github.com/adcontextprotocol/adcp-client-python/issues/1032)) ([0b8bebc](https://github.com/adcontextprotocol/adcp-client-python/commit/0b8bebc6e21a328793e578932f235bfa7a65c57e)) + ## [7.0.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.1...v7.0.2) (2026-08-16) diff --git a/pyproject.toml b/pyproject.toml index d39ba301..0310dc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.2" +version = "8.0.0-beta.1" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 42343684915ee3555b108815f1864636d1aa630d Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Mon, 17 Aug 2026 21:41:24 +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 0310dc9e..8c4170b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.1" +version = "8.0.0b1" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}