Skip to content

Commit d05fbf6

Browse files
chore(main): release 2.5.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4028b7 commit d05fbf6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.4.1...v2.5.0) (2025-11-18)
4+
5+
6+
### Features
7+
8+
* Add API reference documentation with pdoc3 ([#59](https://github.com/adcontextprotocol/adcp-client-python/issues/59)) ([6f7fdf1](https://github.com/adcontextprotocol/adcp-client-python/commit/6f7fdf164eb2e1f9c0b471392cf94b43296765fc))
9+
10+
11+
### Bug Fixes
12+
13+
* resolve Package type name collision with semantic aliases ([#62](https://github.com/adcontextprotocol/adcp-client-python/issues/62)) ([b4028b7](https://github.com/adcontextprotocol/adcp-client-python/commit/b4028b714eebcb3bf035529fa1f8320e568df287))
14+
315
## [2.4.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.4.0...v2.4.1) (2025-11-18)
416

517

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.4.1"
7+
version = "2.5.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
@@ -165,7 +165,7 @@
165165
validate_publisher_properties_item,
166166
)
167167

168-
__version__ = "2.4.1"
168+
__version__ = "2.5.0"
169169

170170
__all__ = [
171171
# Client classes

0 commit comments

Comments
 (0)