Skip to content

Commit 92b1618

Browse files
chore(main): release 6.1.0-beta.2
Release 6.1.0-beta.2. Manifest/changelog use SemVer 6.1.0-beta.2; pyproject.toml uses PEP 440 6.1.0b2.
1 parent 120f9fd commit 92b1618

3 files changed

Lines changed: 23 additions & 2 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-
".": "6.1.0-beta.1"
2+
".": "6.1.0-beta.2"
33
}

CHANGELOG.md

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

3+
## [6.1.0-beta.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.1.0-beta.1...v6.1.0-beta.2) (2026-05-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* read `media_buy_status` for lifecycle; `status` is now the task envelope.
9+
10+
### Features
11+
12+
* add webhook proof-of-control helper ([#843](https://github.com/adcontextprotocol/adcp-client-python/issues/843)) ([232f7ef](https://github.com/adcontextprotocol/adcp-client-python/commit/232f7ef6d08e16234b6227ac34f5ba091043a51e))
13+
* align media-buy responses with AdCP 3.1 ([391dae6](https://github.com/adcontextprotocol/adcp-client-python/commit/391dae6c9c8a753a790aa049970c80205a14309d))
14+
* **canonical-formats:** public API + v2→v1 projection ([#741](https://github.com/adcontextprotocol/adcp-client-python/issues/741), half 1 of 2) ([#841](https://github.com/adcontextprotocol/adcp-client-python/issues/841)) ([b455e2a](https://github.com/adcontextprotocol/adcp-client-python/commit/b455e2a8dd8197499404d546dfc512da1814e7c4))
15+
* **canonical-formats:** v1↔v2 reverse + pixel_tracker + narrowing ([#741](https://github.com/adcontextprotocol/adcp-client-python/issues/741), half 2 of 2) ([#845](https://github.com/adcontextprotocol/adcp-client-python/issues/845)) ([37e9225](https://github.com/adcontextprotocol/adcp-client-python/commit/37e92256891892c923e303acf73a5a9fee904090))
16+
* **examples:** dual-emit v1 format_ids + v2 format_options on reference seller ([#847](https://github.com/adcontextprotocol/adcp-client-python/issues/847)) ([7731f53](https://github.com/adcontextprotocol/adcp-client-python/commit/7731f53dc0ec82d60938b8467b16cce63f91e1c1)), closes [#741](https://github.com/adcontextprotocol/adcp-client-python/issues/741)
17+
18+
19+
### Bug Fixes
20+
21+
* harden media buy response normalization ([5defa15](https://github.com/adcontextprotocol/adcp-client-python/commit/5defa15a51ad12cb89b0efbded726dbc2568bf40))
22+
* harden media buy response normalization ([532459a](https://github.com/adcontextprotocol/adcp-client-python/commit/532459aed2fb4e5da9be58bdee43585529e5dbbf))
23+
324
## [6.1.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.0.0-beta.1...v6.1.0-beta.1) (2026-05-23)
425

526

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 = "6.1.0b1"
7+
version = "6.1.0b2"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

0 commit comments

Comments
 (0)