From f8294a9d5268821109b683d0ed1524a5887485af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:39:03 +0000 Subject: [PATCH] chore(main): release 2.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a61761..7723ed4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.17.0" + ".": "2.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f90b6f0..32efef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.18.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.17.0...v2.18.0) (2026-01-09) + + +### Features + +* add deprecated field metadata injection and CLI warnings ([8947090](https://github.com/adcontextprotocol/adcp-client-python/commit/89470901617eece1bb9e6bb3ca6d78d69b4d0813)) +* add format asset utilities and deprecation warnings for assets_required migration ([c3c379a](https://github.com/adcontextprotocol/adcp-client-python/commit/c3c379aaf47a62be29e310de5df59299ab5983c0)) +* upgrade to AdCP protocol 2.6.0 ([245a7d3](https://github.com/adcontextprotocol/adcp-client-python/commit/245a7d3dd40d139e52da336305d4c82db23726b4)) + + +### Bug Fixes + +* rename format_ to format in FieldModel enum ([1a6ab9a](https://github.com/adcontextprotocol/adcp-client-python/commit/1a6ab9a1528da3c37e7dce8b7ad72cfd416c190b)) +* resolve import sorting lint error in generated _ergonomic.py ([45350d1](https://github.com/adcontextprotocol/adcp-client-python/commit/45350d1a33b8fe6823b883bccb5bff07d388f596)) +* resolve linter errors (import sorting, line length) ([4a53e33](https://github.com/adcontextprotocol/adcp-client-python/commit/4a53e33dd34254b34a39737bba9e0ea0c6b9960c)) +* shorten comment line to pass lint ([7a2e30e](https://github.com/adcontextprotocol/adcp-client-python/commit/7a2e30ed4b9ab5ef6141662356196e9f7bc0b8c7)) + ## [2.17.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.16.0...v2.17.0) (2025-12-30) diff --git a/pyproject.toml b/pyproject.toml index beba437..0323560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.17.0" +version = "2.18.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 f376329..15fb1a4 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -197,7 +197,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "2.17.0" +__version__ = "2.18.0" def get_adcp_version() -> str: