diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96a8c91..7731f20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.15.0" + ".": "2.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f50f27..4f3f1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.15.0...v2.16.0) (2025-12-21) + + +### Features + +* extend type ergonomics to response types ([#106](https://github.com/adcontextprotocol/adcp-client-python/issues/106)) ([d31c4d8](https://github.com/adcontextprotocol/adcp-client-python/commit/d31c4d8295c9652f54889dc2d4f2e8038f03a812)) + ## [2.15.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.14.0...v2.15.0) (2025-12-21) diff --git a/pyproject.toml b/pyproject.toml index 71958dc..2cbfa61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.15.0" +version = "2.16.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 0ee5f4b..c6c30fb 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -186,7 +186,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "2.15.0" +__version__ = "2.16.0" def get_adcp_version() -> str: