Skip to content

Commit 3341ae5

Browse files
chore(main): release 3.5.0
1 parent 9de1eda commit 3341ae5

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.0"
2+
".": "3.5.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+
## [3.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.4.0...v3.5.0) (2026-02-22)
4+
5+
6+
### Features
7+
8+
* sync upstream catalog schemas and add catalog type support ([#134](https://github.com/adcontextprotocol/adcp-client-python/issues/134)) ([9de1eda](https://github.com/adcontextprotocol/adcp-client-python/commit/9de1eda9bb056dc16122000c2affedab63e323e9))
9+
310
## [3.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.3.0...v3.4.0) (2026-02-20)
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 = "3.4.0"
7+
version = "3.5.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
@@ -266,7 +266,7 @@
266266
get_adcp_signed_headers_for_webhook,
267267
)
268268

269-
__version__ = "3.4.0"
269+
__version__ = "3.5.0"
270270

271271

272272
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)