Skip to content

Commit be28a7f

Browse files
chore(main): release 2.9.0 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d61ca33 commit be28a7f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.8.0...v2.9.0) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* add missing AdCP protocol methods to CLI and client ([#71](https://github.com/adcontextprotocol/adcp-client-python/issues/71)) ([f9432a3](https://github.com/adcontextprotocol/adcp-client-python/commit/f9432a34d49ac250e7fb3c2d626cd889c4ef0e6c))
9+
* integrate AdCP schema improvements (PR [#222](https://github.com/adcontextprotocol/adcp-client-python/issues/222) + [#223](https://github.com/adcontextprotocol/adcp-client-python/issues/223)) ([#73](https://github.com/adcontextprotocol/adcp-client-python/issues/73)) ([d61ca33](https://github.com/adcontextprotocol/adcp-client-python/commit/d61ca33c68848ffa951e05b85c969cd6685f8fc6))
10+
311
## [2.8.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.7.0...v2.8.0) (2025-11-19)
412

513

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

182-
__version__ = "2.8.0"
182+
__version__ = "2.9.0"
183183

184184
__all__ = [
185185
# Client classes

0 commit comments

Comments
 (0)