Skip to content

Commit c3ec172

Browse files
chore(main): release 2.12.2 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 940e6ee commit c3ec172

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.12.1"
2+
".": "2.12.2"
33
}

CHANGELOG.md

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

3+
## [2.12.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.1...v2.12.2) (2025-11-29)
4+
5+
6+
### Bug Fixes
7+
8+
* handle BaseExceptionGroup with CancelledError during cleanup ([#89](https://github.com/adcontextprotocol/adcp-client-python/issues/89)) ([940e6ee](https://github.com/adcontextprotocol/adcp-client-python/commit/940e6eef57c9ffdfde2981fe8d3a36d66ddb76b2))
9+
* handle ExceptionGroup and CancelledError in MCP error flow ([#87](https://github.com/adcontextprotocol/adcp-client-python/issues/87)) ([27ff0ae](https://github.com/adcontextprotocol/adcp-client-python/commit/27ff0ae9e2451540bbba7d7d0cbc4133c0c7d223))
10+
* use official A2A SDK for spec-compliant client implementation ([#90](https://github.com/adcontextprotocol/adcp-client-python/issues/90)) ([d1b55cf](https://github.com/adcontextprotocol/adcp-client-python/commit/d1b55cfbb19675c286336d6a484efa797b8df1c9))
11+
312
## [2.12.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.0...v2.12.1) (2025-11-24)
413

514

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.12.1"
7+
version = "2.12.2"
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
@@ -179,7 +179,7 @@
179179
validate_publisher_properties_item,
180180
)
181181

182-
__version__ = "2.12.1"
182+
__version__ = "2.12.2"
183183

184184

185185
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)