Skip to content

Commit f544320

Browse files
chore(main): release 8.0.0-beta.2 (#1035)
* chore(main): release 8.0.0-beta.2 * chore: normalize prerelease version to PEP 440 --------- Co-authored-by: aao-ipr-bot[bot] <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Co-authored-by: aao-ipr-bot[bot] <aao-ipr-bot[bot]@users.noreply.github.com>
1 parent dece72e commit f544320

3 files changed

Lines changed: 9 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-
".": "8.0.0-beta.1"
2+
".": "8.0.0-beta.2"
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+
## [8.0.0-beta.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2026-08-17)
4+
5+
6+
### Features
7+
8+
* **protocol:** support AdCP 3.2 beta lifecycle ([#1034](https://github.com/adcontextprotocol/adcp-client-python/issues/1034)) ([dece72e](https://github.com/adcontextprotocol/adcp-client-python/commit/dece72ebd9ad5133f8973f6baa5e693daabdddf5))
9+
310
## [8.0.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.2...v8.0.0-beta.1) (2026-08-17)
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 = "8.0.0b1"
7+
version = "8.0.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)