Skip to content

Commit 1c886b0

Browse files
release: 0.6.0
1 parent 8673889 commit 1c886b0

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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.6.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+
## 0.6.0 (2025-09-04)
4+
5+
Full Changelog: [v0.5.1...v0.6.0](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.1...v0.6.0)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([8673889](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/86738898fdc5c9a72a4b933398f2dbe013b038d6))
10+
* **types:** replace List[str] with SequenceNotStr in params ([ac97bcc](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/ac97bcc961a56515cfc8848ada4eb321f0446c63))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid newer type syntax ([8be2d00](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/8be2d006207d7891b8fdf6a2a8985b5107e66137))
16+
17+
18+
### Chores
19+
20+
* **internal:** add Sequence related utils ([59172cd](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/59172cd255e31005a12c28c411d28af93d774a11))
21+
* **internal:** change ci workflow machines ([0cc1cdf](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/0cc1cdff89de3c7453b781a567d5853ac2d6dbb6))
22+
* **internal:** codegen related update ([c606559](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/c606559c6b779b8ba98f1d60adb981f294fd04e2))
23+
* **internal:** fix ruff target version ([841f6b8](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/841f6b83607d1fbc81fd7760d01ad48f2c6efb83))
24+
* **internal:** update comment in script ([affca4a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/affca4a54c56578021aa4fe0ba4c43cb1d4b3c14))
25+
* **internal:** update pyright exclude list ([f52b313](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/f52b313f51371fcb984383806a94b09a3e28e988))
26+
* update @stainless-api/prism-cli to v5.15.0 ([5be621c](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/5be621cd6a883137ec3c379c1a64e6a12b9be1ea))
27+
* update github action ([623da5a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/623da5a8f4e690185e66bb10060d6ae5c09fa7b2))
28+
329
## 0.5.1 (2025-08-06)
430

531
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.6.0"
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.6.0" # x-release-please-version

0 commit comments

Comments
 (0)