Skip to content

Commit 030d59c

Browse files
committed
chore(main): release 6.3.0
1 parent 9cc9fa6 commit 030d59c

3 files changed

Lines changed: 4 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-
".": "6.3.0-beta.10"
2+
".": "6.3.0"
33
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [6.3.0-beta.10](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.9...v6.3.0-beta.10) (2026-06-12)
3+
## [6.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.9...v6.3.0) (2026-06-18)
44

55

66
### Features
@@ -11,6 +11,7 @@
1111

1212
### Bug Fixes
1313

14+
* **protocol:** pin AdCP 3.1 stable
1415
* **schemas:** stamp primary latest fallback caches with the requested prerelease version
1516

1617
## [6.3.0-beta.9](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.8...v6.3.0-beta.9) (2026-06-07)

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.3.0b10"
7+
version = "6.3.0"
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)