Skip to content

Commit 8ed9739

Browse files
chore(main): release 4.4.0
1 parent 6490948 commit 8ed9739

3 files changed

Lines changed: 15 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-
".": "4.3.0"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v4.3.0...v4.4.0) (2026-04-30)
4+
5+
6+
### Features
7+
8+
* **decisioning:** align AccountStore.resolution literal with JS + Tier 1 docs ([#330](https://github.com/adcontextprotocol/adcp-client-python/issues/330)) ([6490948](https://github.com/adcontextprotocol/adcp-client-python/commit/6490948ae5d9abb668775db50652c36b989a80e0))
9+
* **decisioning:** v6.0 DecisioningPlatform foundation (skeleton + design) ([#316](https://github.com/adcontextprotocol/adcp-client-python/issues/316)) ([3539359](https://github.com/adcontextprotocol/adcp-client-python/commit/353935951a7358ea749519a702b2bb5b54355a1c))
10+
11+
12+
### Bug Fixes
13+
14+
* **migrate:** per-symbol replacement for generated_poc reach-ins ([#329](https://github.com/adcontextprotocol/adcp-client-python/issues/329)) ([100680b](https://github.com/adcontextprotocol/adcp-client-python/commit/100680beba6ea99d5bca606d4582c4e7b6559d34))
15+
316
## [4.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v4.2.0...v4.3.0) (2026-04-30)
417

518

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 = "4.3.0"
7+
version = "4.4.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)