From 7b3c5d5ed04a5fac7c57cbb8bef55f873b4082da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 02:24:34 +0000 Subject: [PATCH] chore(main): release 2.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69e82f12..6ed9c801 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8c79d9..10e62c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.6.0...v2.7.0) (2025-11-19) + + +### Features + +* export FormatId, PackageRequest, PushNotificationConfig, and PriceGuidance from stable API ([#68](https://github.com/adcontextprotocol/adcp-client-python/issues/68)) ([654f882](https://github.com/adcontextprotocol/adcp-client-python/commit/654f8826455bf67f5b9cfb5717c6cd1af84b648e)) + + +### Bug Fixes + +* trigger 2.6.1 release for import boundary enforcement ([#66](https://github.com/adcontextprotocol/adcp-client-python/issues/66)) ([ee8017a](https://github.com/adcontextprotocol/adcp-client-python/commit/ee8017a455e6fb4bdb8c0928214c41f33a59f529)) + ## [2.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.5.0...v2.6.0) (2025-11-19) diff --git a/pyproject.toml b/pyproject.toml index 5444671a..e4298869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.6.0" +version = "2.7.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 80c18537..2450615d 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -177,7 +177,7 @@ validate_publisher_properties_item, ) -__version__ = "2.6.0" +__version__ = "2.7.0" __all__ = [ # Client classes