Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 17, 2024
1 parent d0643ed commit 42e5f1c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.3.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/rizaio/_version.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42e5f1c

Please sign in to comment.