Skip to content

Commit

Permalink
release: 0.1.0-alpha.8 (#25)
Browse files Browse the repository at this point in the history
* feat(api): OpenAPI spec update via Stainless API (#23)

* chore(internal): codegen related update (#24)

* chore(internal): minor options / compat functions updates (#26)

* chore(docs): minor update to formatting of API link in README (#27)

* release: 0.1.0-alpha.8

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jul 23, 2024
1 parent 13d8454 commit 5681f76
Show file tree
Hide file tree
Showing 4 changed files with 18 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.1.0-alpha.7"
".": "0.1.0-alpha.8"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.1.0-alpha.8 (2024-07-23)

Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/riza-io/riza-api-python/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)

### Features

* **api:** OpenAPI spec update via Stainless API ([#23](https://github.com/riza-io/riza-api-python/issues/23)) ([2004d59](https://github.com/riza-io/riza-api-python/commit/2004d599a7d953a0525d9e178f64a90f5f818d64))


### Chores

* **docs:** minor update to formatting of API link in README ([#27](https://github.com/riza-io/riza-api-python/issues/27)) ([6d48304](https://github.com/riza-io/riza-api-python/commit/6d4830432b9ec27c7160a7a563317cc74eddcf18))
* **internal:** codegen related update ([#24](https://github.com/riza-io/riza-api-python/issues/24)) ([216fe46](https://github.com/riza-io/riza-api-python/commit/216fe463845c8478895564cc052ae67c615e3c8f))
* **internal:** minor options / compat functions updates ([#26](https://github.com/riza-io/riza-api-python/issues/26)) ([6daa3f5](https://github.com/riza-io/riza-api-python/commit/6daa3f5dec20cce35c769c830205100fe8296a90))

## 0.1.0-alpha.7 (2024-05-22)

Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/riza-io/riza-api-python/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
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.1.0-alpha.7"
version = "0.1.0-alpha.8"
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.1.0-alpha.7" # x-release-please-version
__version__ = "0.1.0-alpha.8" # x-release-please-version

0 comments on commit 5681f76

Please sign in to comment.