Skip to content

Commit e3bb7ed

Browse files
chore(main): release 8.0.0-beta.12
1 parent 2d48974 commit e3bb7ed

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.11"
2+
".": "8.0.0-beta.12"
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.12](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.11...v8.0.0-beta.12) (2026-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** preserve public model composability ([#1116](https://github.com/adcontextprotocol/adcp-client-python/issues/1116)) ([2d48974](https://github.com/adcontextprotocol/adcp-client-python/commit/2d489742cd75665718b53e27515704b731da64ae))
9+
310
## [8.0.0-beta.11](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.10...v8.0.0-beta.11) (2026-09-02)
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.0b11"
7+
version = "8.0.0-beta.12"
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)