Skip to content

Commit e75a200

Browse files
release: 0.12.0
1 parent 437e308 commit e75a200

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## 0.12.0 (2026-03-26)
4+
5+
Full Changelog: [v0.11.0...v0.12.0](https://github.com/prelude-so/python-sdk/compare/v0.11.0...v0.12.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([437e308](https://github.com/prelude-so/python-sdk/commit/437e30885b2ac87a05b9939b907e74bb70466fe3))
10+
11+
12+
### Chores
13+
14+
* **ci:** skip lint on metadata-only changes ([4dadcbb](https://github.com/prelude-so/python-sdk/commit/4dadcbbfbef3b9174c33611f01af1c9f954bc82c))
15+
* **tests:** bump steady to v0.19.6 ([8c37a2c](https://github.com/prelude-so/python-sdk/commit/8c37a2c11e843b0134aeba5ea0e49df5dd21292c))
16+
* **tests:** bump steady to v0.19.7 ([20ad4f4](https://github.com/prelude-so/python-sdk/commit/20ad4f44a65807c4ff84961e8fe6ef507f39f3e6))
17+
318
## 0.11.0 (2026-03-23)
419

520
Full Changelog: [v0.10.0...v0.11.0](https://github.com/prelude-so/python-sdk/compare/v0.10.0...v0.11.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 = "prelude-python-sdk"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "The official Python library for the Prelude API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/prelude_python_sdk/_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__ = "prelude_python_sdk"
4-
__version__ = "0.11.0" # x-release-please-version
4+
__version__ = "0.12.0" # x-release-please-version

0 commit comments

Comments
 (0)