From 6481105b9a05e7d836286148bc036d174823f8a6 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:35:17 +0000 Subject: [PATCH 1/2] chore(main): release 6.3.0-beta.6 --- .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 806d6269..50c272d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0-beta.5" + ".": "6.3.0-beta.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f62e9d01..428f1495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0-beta.6](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.5...v6.3.0-beta.6) (2026-05-28) + + +### Bug Fixes + +* **validation:** bundle schemas before wheel builds ([0cdcf29](https://github.com/adcontextprotocol/adcp-client-python/commit/0cdcf29b6902961b9b81150049fda9eb3628130e)) + ## [6.3.0-beta.5](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.4...v6.3.0-beta.5) (2026-05-28) diff --git a/pyproject.toml b/pyproject.toml index 0d7450af..e7785865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.0b5" +version = "6.3.0-beta.6" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 8e177feb9ec2e29cf32bfe35463e0ebfb4bf4674 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Thu, 28 May 2026 12:35:27 +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 e7785865..20b3c22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.0-beta.6" +version = "6.3.0b6" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}