Skip to content

Commit bda80f6

Browse files
release: 0.5.2
1 parent 59172cd commit bda80f6

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

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

3+
## 0.5.2 (2025-08-30)
4+
5+
Full Changelog: [v0.5.1...v0.5.2](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.1...v0.5.2)
6+
7+
### Bug Fixes
8+
9+
* avoid newer type syntax ([8be2d00](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/8be2d006207d7891b8fdf6a2a8985b5107e66137))
10+
11+
12+
### Chores
13+
14+
* **internal:** add Sequence related utils ([59172cd](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/59172cd255e31005a12c28c411d28af93d774a11))
15+
* **internal:** change ci workflow machines ([0cc1cdf](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/0cc1cdff89de3c7453b781a567d5853ac2d6dbb6))
16+
* **internal:** codegen related update ([c606559](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/c606559c6b779b8ba98f1d60adb981f294fd04e2))
17+
* **internal:** fix ruff target version ([841f6b8](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/841f6b83607d1fbc81fd7760d01ad48f2c6efb83))
18+
* **internal:** update comment in script ([affca4a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/affca4a54c56578021aa4fe0ba4c43cb1d4b3c14))
19+
* **internal:** update pyright exclude list ([f52b313](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/f52b313f51371fcb984383806a94b09a3e28e988))
20+
* update @stainless-api/prism-cli to v5.15.0 ([5be621c](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/5be621cd6a883137ec3c379c1a64e6a12b9be1ea))
21+
* update github action ([623da5a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/623da5a8f4e690185e66bb10060d6ae5c09fa7b2))
22+
323
## 0.5.1 (2025-08-06)
424

525
Full Changelog: [v0.5.0...v0.5.1](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.0...v0.5.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 = "nextbillionai"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "The official Python library for the nextbillion-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/nextbillionai/_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__ = "nextbillionai"
4-
__version__ = "0.5.1" # x-release-please-version
4+
__version__ = "0.5.2" # x-release-please-version

0 commit comments

Comments
 (0)