Skip to content

Commit f06e82c

Browse files
chore(main): release 2.17.0
1 parent ae71b65 commit f06e82c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.0"
2+
".": "2.17.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.17.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.16.0...v2.17.0) (2025-12-30)
4+
5+
6+
### Features
7+
8+
* add protocol field extraction for A2A responses ([#110](https://github.com/adcontextprotocol/adcp-client-python/issues/110)) ([ae71b65](https://github.com/adcontextprotocol/adcp-client-python/commit/ae71b65bec03f7f1634d1d4eb6a45c58a657a0b2))
9+
310
## [2.16.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.15.0...v2.16.0) (2025-12-21)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adcp"
7-
version = "2.16.0"
7+
version = "2.17.0"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
get_adcp_signed_headers_for_webhook,
187187
)
188188

189-
__version__ = "2.16.0"
189+
__version__ = "2.17.0"
190190

191191

192192
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)