Skip to content

Commit 78b941a

Browse files
chore(main): release 2.13.0
1 parent 6358542 commit 78b941a

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-
".": "2.12.2"
2+
".": "2.13.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+
## [2.13.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.2...v2.13.0) (2025-12-07)
4+
5+
6+
### Features
7+
8+
* add __str__ methods and filter params tests ([#92](https://github.com/adcontextprotocol/adcp-client-python/issues/92)) ([6358542](https://github.com/adcontextprotocol/adcp-client-python/commit/6358542df3db2bf465b7bb342c2c49be6d455a15))
9+
310
## [2.12.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.1...v2.12.2) (2025-11-29)
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 = "2.12.2"
7+
version = "2.13.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
@@ -179,7 +179,7 @@
179179
validate_publisher_properties_item,
180180
)
181181

182-
__version__ = "2.12.2"
182+
__version__ = "2.13.0"
183183

184184

185185
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)