Skip to content

Commit 4c40342

Browse files
chore(main): release 8.0.0-beta.7 (#1065)
* chore(main): release 8.0.0-beta.7 * 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 384ad03 commit 4c40342

3 files changed

Lines changed: 13 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.6"
2+
".": "8.0.0-beta.7"
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+
## [8.0.0-beta.7](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.6...v8.0.0-beta.7) (2026-08-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **protocol:** add AdCP 3.2 beta.5 parity ([#1064](https://github.com/adcontextprotocol/adcp-client-python/issues/1064))
9+
10+
### Features
11+
12+
* **protocol:** add AdCP 3.2 beta.5 parity ([#1064](https://github.com/adcontextprotocol/adcp-client-python/issues/1064)) ([384ad03](https://github.com/adcontextprotocol/adcp-client-python/commit/384ad0386cfb445a5ef6c72de9e4de01147fe649))
13+
314
## [8.0.0-beta.6](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2026-08-21)
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 = "8.0.0b6"
7+
version = "8.0.0b7"
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)