Skip to content

Commit 4928b5b

Browse files
chore(main): release 2.2.0 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d776bc6 commit 4928b5b

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.1.0"
2+
".": "2.2.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.2.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.1.0...v2.2.0) (2025-11-16)
4+
5+
6+
### Features
7+
8+
* Add semantic type aliases for discriminated unions ([#49](https://github.com/adcontextprotocol/adcp-client-python/issues/49)) ([d776bc6](https://github.com/adcontextprotocol/adcp-client-python/commit/d776bc65277f34f3cdf85b72ec95f9759fd006a3))
9+
310
## [2.1.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.0.0...v2.1.0) (2025-11-16)
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.1.0"
7+
version = "2.2.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
@@ -134,7 +134,7 @@
134134
validate_publisher_properties_item,
135135
)
136136

137-
__version__ = "2.1.0"
137+
__version__ = "2.2.0"
138138

139139
__all__ = [
140140
# Client classes

0 commit comments

Comments
 (0)