Skip to content

Commit d17fcc2

Browse files
release: 0.1.0-alpha.16
1 parent ff9ade1 commit d17fcc2

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.1.0-alpha.15"
2+
".": "0.1.0-alpha.16"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.16 (2024-08-26)
4+
5+
Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/runloopai/api-client-python/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#122](https://github.com/runloopai/api-client-python/issues/122)) ([e65a4b5](https://github.com/runloopai/api-client-python/commit/e65a4b5a0fafa23ba8070300dc11b4727ae03ed1))
10+
* **api:** OpenAPI spec update via Stainless API ([#124](https://github.com/runloopai/api-client-python/issues/124)) ([cb87b6f](https://github.com/runloopai/api-client-python/commit/cb87b6f85ee0afcf20e6d5d9bb469b51cda29abe))
11+
* **api:** OpenAPI spec update via Stainless API ([#125](https://github.com/runloopai/api-client-python/issues/125)) ([b1f126d](https://github.com/runloopai/api-client-python/commit/b1f126d5ff0492f1115f5d0d587291ff0cfa9cde))
12+
* **api:** OpenAPI spec update via Stainless API ([#126](https://github.com/runloopai/api-client-python/issues/126)) ([db6ba44](https://github.com/runloopai/api-client-python/commit/db6ba44ed380eb5728db4b40654cf1be4c8d8775))
13+
* **api:** OpenAPI spec update via Stainless API ([#127](https://github.com/runloopai/api-client-python/issues/127)) ([3940b9f](https://github.com/runloopai/api-client-python/commit/3940b9f88c25a518bbcb302b1f5a22ce7c2ba495))
14+
* **api:** OpenAPI spec update via Stainless API ([#128](https://github.com/runloopai/api-client-python/issues/128)) ([ff9ade1](https://github.com/runloopai/api-client-python/commit/ff9ade1369c3407ab27ea17957f33ae2f4e1eb84))
15+
316
## 0.1.0-alpha.15 (2024-08-23)
417

518
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/runloopai/api-client-python/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runloop_api_client"
3-
version = "0.1.0-alpha.15"
3+
version = "0.1.0-alpha.16"
44
description = "The official Python library for the runloop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/runloop_api_client/_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__ = "runloop_api_client"
4-
__version__ = "0.1.0-alpha.15" # x-release-please-version
4+
__version__ = "0.1.0-alpha.16" # x-release-please-version

0 commit comments

Comments
 (0)