Skip to content

Commit e20e2f1

Browse files
chore(main): release 3.1.0 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1c61e7 commit e20e2f1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
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+
## [3.1.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.0.0...v3.1.0) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* export PricingOption and other union type aliases from main package ([#121](https://github.com/adcontextprotocol/adcp-client-python/issues/121)) ([a1c61e7](https://github.com/adcontextprotocol/adcp-client-python/commit/a1c61e7e5be8d79353c532c710586598fc562bc8)), closes [#120](https://github.com/adcontextprotocol/adcp-client-python/issues/120)
9+
310
## [3.0.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.19.0...v3.0.0) (2026-01-26)
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 = "3.0.0"
7+
version = "3.1.0"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
get_adcp_signed_headers_for_webhook,
198198
)
199199

200-
__version__ = "3.0.0"
200+
__version__ = "3.1.0"
201201

202202

203203
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)