From 3e7a41eb34d1e2ec5e2cb369fe013eab3c60262f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:09:10 +0000 Subject: [PATCH] chore(main): release 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5b..69e82f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b20604..0a8c79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.5.0...v2.6.0) (2025-11-19) + + +### Features + +* complete semantic alias coverage for discriminated unions ([#63](https://github.com/adcontextprotocol/adcp-client-python/issues/63)) ([ab49c98](https://github.com/adcontextprotocol/adcp-client-python/commit/ab49c98b584cc75fccb7cf9b5810b5c883b16ce4)) + ## [2.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.4.1...v2.5.0) (2025-11-18) diff --git a/pyproject.toml b/pyproject.toml index 8f2a192..5444671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.5.0" +version = "2.6.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} diff --git a/src/adcp/__init__.py b/src/adcp/__init__.py index dfce843..d444479 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -174,7 +174,7 @@ validate_publisher_properties_item, ) -__version__ = "2.5.0" +__version__ = "2.6.0" __all__ = [ # Client classes