Skip to content

Commit c88289b

Browse files
release: 1.13.0
1 parent 87df1d4 commit c88289b

4 files changed

Lines changed: 27 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.12.1"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## 1.13.0 (2025-09-07)
4+
5+
Full Changelog: [v1.12.1...v1.13.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.1...v1.13.0)
6+
7+
### Features
8+
9+
* **api:** api update ([87df1d4](https://github.com/brand-dot-dev/python-sdk/commit/87df1d46a0d754a0d3dc3cc68b4fd9d2cce93356))
10+
* improve future compat with pydantic v3 ([3cc4580](https://github.com/brand-dot-dev/python-sdk/commit/3cc4580e2035d82876574d3515d6f0e8b3194220))
11+
* **types:** replace List[str] with SequenceNotStr in params ([e4204bb](https://github.com/brand-dot-dev/python-sdk/commit/e4204bb3295a96c4eeea07e306a9866d1ee8e852))
12+
13+
14+
### Bug Fixes
15+
16+
* avoid newer type syntax ([4eda6ab](https://github.com/brand-dot-dev/python-sdk/commit/4eda6ab5d68888b9ae0a6f4c5333532603acbd06))
17+
18+
19+
### Chores
20+
21+
* **internal:** add Sequence related utils ([6e617e9](https://github.com/brand-dot-dev/python-sdk/commit/6e617e978bd81bed9d39aa5be446c0697d96a173))
22+
* **internal:** change ci workflow machines ([169d92b](https://github.com/brand-dot-dev/python-sdk/commit/169d92b7eda9c15d806accc91e89033d0e4e0dc2))
23+
* **internal:** codegen related update ([1fe969e](https://github.com/brand-dot-dev/python-sdk/commit/1fe969e85edcb0370dbd7f926c860115939e0aa9))
24+
* **internal:** move mypy configurations to `pyproject.toml` file ([62bff96](https://github.com/brand-dot-dev/python-sdk/commit/62bff96543fce02199301107ad8fea0f86883ebd))
25+
* **internal:** update pyright exclude list ([b0ec69a](https://github.com/brand-dot-dev/python-sdk/commit/b0ec69ae1a0caa28e00b37df2ad8e602ca127c35))
26+
327
## 1.12.1 (2025-08-22)
428

529
Full Changelog: [v1.12.0...v1.12.1](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.0...v1.12.1)

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.12.1"
3+
version = "1.13.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.12.1" # x-release-please-version
4+
__version__ = "1.13.0" # x-release-please-version

0 commit comments

Comments
 (0)