Skip to content

Commit af829a7

Browse files
release: 0.13.0
1 parent 7d02baf commit af829a7

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.13.0 (2025-07-23)
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+
12+
13+
### Bug Fixes
14+
15+
* **client:** don't send Content-Type header on GET requests ([bd53e69](https://github.com/riza-io/riza-api-python/commit/bd53e69b195f87bde9d7fb9e5d0b53e1c6fe8115))
16+
* **parsing:** correctly handle nested discriminated unions ([8d47022](https://github.com/riza-io/riza-api-python/commit/8d47022a13eee3e79257a1b5f05fb5f1c011356d))
17+
* **parsing:** ignore empty metadata ([13c6372](https://github.com/riza-io/riza-api-python/commit/13c637238f21a0e1d107ef93ff68aa64544d80b4))
18+
* **parsing:** parse extra field types ([7d02baf](https://github.com/riza-io/riza-api-python/commit/7d02baf3b6f9b21004709680918f988e39b1c67e))
19+
20+
21+
### Chores
22+
23+
* **ci:** change upload type ([d9528d6](https://github.com/riza-io/riza-api-python/commit/d9528d63ccb73418a25fd4faf7780503e59effb9))
24+
* **internal:** bump pinned h11 dep ([90fc2e5](https://github.com/riza-io/riza-api-python/commit/90fc2e5f508cfafe32e4c01aeb47ff48d2cf97a5))
25+
* **package:** mark python 3.13 as supported ([05a0bcf](https://github.com/riza-io/riza-api-python/commit/05a0bcf5f142708df85b1cb43629440f17425286))
26+
* **readme:** fix version rendering on pypi ([d5a15da](https://github.com/riza-io/riza-api-python/commit/d5a15daab691ce39320b92570cb03e05500f9553))
27+
328
## 0.12.0 (2025-06-29)
429

530
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)