Skip to content

Commit ed24b97

Browse files
release: 1.29.0
1 parent 2131c0e commit ed24b97

4 files changed

Lines changed: 29 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-
".": "1.28.0"
2+
".": "1.29.0"
33
}

CHANGELOG.md

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

3+
## 1.29.0 (2026-02-02)
4+
5+
Full Changelog: [v1.28.0...v1.29.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.28.0...v1.29.0)
6+
7+
### Features
8+
9+
* **api:** api update ([2131c0e](https://github.com/brand-dot-dev/python-sdk/commit/2131c0e5287b5e9abcba8b90c57810f05d479bf9))
10+
* **client:** add custom JSON encoder for extended type support ([4d2628a](https://github.com/brand-dot-dev/python-sdk/commit/4d2628ade95a98924df0a63347dc5d4263fa86e5))
11+
* **client:** add support for binary request streaming ([fb022d1](https://github.com/brand-dot-dev/python-sdk/commit/fb022d1dba2ccc882189db9f21a62de5321217d4))
12+
13+
14+
### Bug Fixes
15+
16+
* **docs:** fix mcp installation instructions for remote servers ([04909f3](https://github.com/brand-dot-dev/python-sdk/commit/04909f3e6ed80cf91c19354f03ad5eb0f92f4398))
17+
18+
19+
### Chores
20+
21+
* **ci:** upgrade `actions/github-script` ([2b8ee02](https://github.com/brand-dot-dev/python-sdk/commit/2b8ee025004e0cb91395ca4dcfa8cca70e91f1dd))
22+
* **internal:** update `actions/checkout` version ([da116bb](https://github.com/brand-dot-dev/python-sdk/commit/da116bb533a1e98211c72c5c95eb2eb8b725e5d7))
23+
24+
25+
### Documentation
26+
27+
* prominently feature MCP server setup in root SDK readmes ([6ca0c13](https://github.com/brand-dot-dev/python-sdk/commit/6ca0c134a8a6ac54af90cbc8562f716141dd57c2))
28+
329
## 1.28.0 (2026-01-05)
430

531
Full Changelog: [v1.27.0...v1.28.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.27.0...v1.28.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brand.dev"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
description = "The official Python library for the brand.dev API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/brand/dev/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "brand.dev"
4-
__version__ = "1.28.0" # x-release-please-version
4+
__version__ = "1.29.0" # x-release-please-version

0 commit comments

Comments
 (0)