From 42e5f1c1fe3ac93c6181294b7bcc639630ebbef4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:48:00 +0000 Subject: [PATCH] release: 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/rizaio/_version.py | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b7b74c..cce9240 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfb410..1572d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.3.1 (2024-12-17) + +Full Changelog: [v0.3.0...v0.3.1](https://github.com/riza-io/riza-api-python/compare/v0.3.0...v0.3.1) + +### Chores + +* **internal:** add support for TypeAliasType ([#81](https://github.com/riza-io/riza-api-python/issues/81)) ([0316272](https://github.com/riza-io/riza-api-python/commit/0316272914906914398463cd65121bf268187e33)) +* **internal:** bump pydantic dependency ([#77](https://github.com/riza-io/riza-api-python/issues/77)) ([d92850c](https://github.com/riza-io/riza-api-python/commit/d92850cae7dc78d920b5964987aa59101123694f)) +* **internal:** bump pyright ([#80](https://github.com/riza-io/riza-api-python/issues/80)) ([dc28972](https://github.com/riza-io/riza-api-python/commit/dc289729d0b73f6c5bd7b9486f2819fce8c025cb)) +* **internal:** codegen related update ([#82](https://github.com/riza-io/riza-api-python/issues/82)) ([0f68452](https://github.com/riza-io/riza-api-python/commit/0f68452524594780e233204ace148c6f7695392b)) +* **internal:** codegen related update ([#83](https://github.com/riza-io/riza-api-python/issues/83)) ([35024d0](https://github.com/riza-io/riza-api-python/commit/35024d0f2b31ff770555b545defa4a97f35c07aa)) +* **internal:** codegen related update ([#84](https://github.com/riza-io/riza-api-python/issues/84)) ([56c8c66](https://github.com/riza-io/riza-api-python/commit/56c8c6632af5028f0f68fa5ffdfb3e010c56e950)) + + +### Documentation + +* **readme:** example snippet for client context manager ([#85](https://github.com/riza-io/riza-api-python/issues/85)) ([6154b28](https://github.com/riza-io/riza-api-python/commit/6154b2879402dfd19ff139bc99b77d486c8694dd)) +* **readme:** fix http client proxies example ([#79](https://github.com/riza-io/riza-api-python/issues/79)) ([8f08d2b](https://github.com/riza-io/riza-api-python/commit/8f08d2bc7f92109d1445d159e1724198dc8b5770)) + ## 0.3.0 (2024-12-04) Full Changelog: [v0.2.0...v0.3.0](https://github.com/riza-io/riza-api-python/compare/v0.2.0...v0.3.0) diff --git a/pyproject.toml b/pyproject.toml index e314ad7..12c82b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rizaio" -version = "0.3.0" +version = "0.3.1" description = "The official Python library for the riza API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/rizaio/_version.py b/src/rizaio/_version.py index 76cc407..101e0b4 100644 --- a/src/rizaio/_version.py +++ b/src/rizaio/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "rizaio" -__version__ = "0.3.0" # x-release-please-version +__version__ = "0.3.1" # x-release-please-version