Skip to content

Commit cf4ce99

Browse files
chore(main): release 3.0.0 (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dfec179 commit cf4ce99

4 files changed

Lines changed: 14 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-
".": "2.19.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.19.0...v3.0.0) (2026-01-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* CpmAuctionPricingOption, CpmFixedRatePricingOption, VcpmAuctionPricingOption, VcpmFixedRatePricingOption have been consolidated into CpmPricingOption and VcpmPricingOption respectively.
9+
10+
### Features
11+
12+
* add V3 protocol support (Governance, Content Standards, SI, CLI) ([#117](https://github.com/adcontextprotocol/adcp-client-python/issues/117)) ([dfec179](https://github.com/adcontextprotocol/adcp-client-python/commit/dfec179ac58eb14f9a69ce939d4d5fe048bb6b04))
13+
314
## [2.19.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.18.0...v2.19.0) (2026-01-14)
415

516

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.19.0"
7+
version = "3.0.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
@@ -193,7 +193,7 @@
193193
get_adcp_signed_headers_for_webhook,
194194
)
195195

196-
__version__ = "2.19.0"
196+
__version__ = "3.0.0"
197197

198198

199199
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)