Skip to content

Commit 746903b

Browse files
release: 0.13.0
1 parent e031abb commit 746903b

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-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.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

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

3+
## 0.13.0 (2025-08-27)
4+
5+
Full Changelog: [v0.12.0...v0.13.0](https://github.com/riza-io/riza-api-python/compare/v0.12.0...v0.13.0)
6+
7+
### Features
8+
9+
* **api:** api update ([382486c](https://github.com/riza-io/riza-api-python/commit/382486c74c65eea1194720b45ece9591d4d41af3))
10+
* clean up environment call outs ([8769bb2](https://github.com/riza-io/riza-api-python/commit/8769bb2c3c2c1f27f9b3376784e6aea508605f06))
11+
* **client:** support file upload requests ([1087c71](https://github.com/riza-io/riza-api-python/commit/1087c71fb0bf395b432d4fc431ee6603692e4136))
12+
13+
14+
### Bug Fixes
15+
16+
* avoid newer type syntax ([9a18d40](https://github.com/riza-io/riza-api-python/commit/9a18d4006f1bf12a65155058c38a350d50f54c4d))
17+
* **client:** don't send Content-Type header on GET requests ([bd53e69](https://github.com/riza-io/riza-api-python/commit/bd53e69b195f87bde9d7fb9e5d0b53e1c6fe8115))
18+
* **parsing:** correctly handle nested discriminated unions ([8d47022](https://github.com/riza-io/riza-api-python/commit/8d47022a13eee3e79257a1b5f05fb5f1c011356d))
19+
* **parsing:** ignore empty metadata ([13c6372](https://github.com/riza-io/riza-api-python/commit/13c637238f21a0e1d107ef93ff68aa64544d80b4))
20+
* **parsing:** parse extra field types ([7d02baf](https://github.com/riza-io/riza-api-python/commit/7d02baf3b6f9b21004709680918f988e39b1c67e))
21+
22+
23+
### Chores
24+
25+
* **ci:** change upload type ([d9528d6](https://github.com/riza-io/riza-api-python/commit/d9528d63ccb73418a25fd4faf7780503e59effb9))
26+
* **internal:** bump pinned h11 dep ([90fc2e5](https://github.com/riza-io/riza-api-python/commit/90fc2e5f508cfafe32e4c01aeb47ff48d2cf97a5))
27+
* **internal:** change ci workflow machines ([0d557ec](https://github.com/riza-io/riza-api-python/commit/0d557ec5e70c449738f311582b5816fc356baa47))
28+
* **internal:** fix ruff target version ([aa45f88](https://github.com/riza-io/riza-api-python/commit/aa45f883a7987c82ac55f32c0cd574df06e51a30))
29+
* **internal:** update comment in script ([0035775](https://github.com/riza-io/riza-api-python/commit/003577545ff551df4172905dba95d7375ef91416))
30+
* **internal:** update pyright exclude list ([e031abb](https://github.com/riza-io/riza-api-python/commit/e031abb28b1171dac9169607d11b7153a326fd95))
31+
* **package:** mark python 3.13 as supported ([05a0bcf](https://github.com/riza-io/riza-api-python/commit/05a0bcf5f142708df85b1cb43629440f17425286))
32+
* **project:** add settings file for vscode ([0166e57](https://github.com/riza-io/riza-api-python/commit/0166e5774e72bcea4a532baafecb1ad513883616))
33+
* **readme:** fix version rendering on pypi ([d5a15da](https://github.com/riza-io/riza-api-python/commit/d5a15daab691ce39320b92570cb03e05500f9553))
34+
* update @stainless-api/prism-cli to v5.15.0 ([bba0d03](https://github.com/riza-io/riza-api-python/commit/bba0d03cb1b6bdd875c1683073f1bd63211b7067))
35+
* update github action ([343e3ec](https://github.com/riza-io/riza-api-python/commit/343e3ec7a6bf8cb4bc9dccdae89a5e41d0fe178c))
36+
337
## 0.12.0 (2025-06-29)
438

539
Full Changelog: [v0.11.0...v0.12.0](https://github.com/riza-io/riza-api-python/compare/v0.11.0...v0.12.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 = "rizaio"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "The official Python library for the riza API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)