From 261e7e2dadc9eac8f66901eda28ce6eb00c03437 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:10:37 +0000 Subject: [PATCH] chore(main): release 3.3.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 95a37e3e..6110c0f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c552749c..2c62299b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.2.0...v3.3.0) (2026-02-12) + + +### Features + +* sync ADCP schema to 3.0.0-beta.3 with new operations and forecasting ([#127](https://github.com/adcontextprotocol/adcp-client-python/issues/127)) ([bb611c3](https://github.com/adcontextprotocol/adcp-client-python/commit/bb611c3ad011990bc85f7562cf764ba7e5eb06c1)) + ## [3.2.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.1.0...v3.2.0) (2026-02-04) diff --git a/pyproject.toml b/pyproject.toml index ce24cf31..0ea7086c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "3.2.0" +version = "3.3.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 8f8b4163..d4a209ff 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -229,7 +229,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "3.2.0" +__version__ = "3.3.0" def get_adcp_version() -> str: