Skip to content

Commit ca85a60

Browse files
release: 0.1.0-alpha.20
1 parent 4112ede commit ca85a60

4 files changed

Lines changed: 24 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.19"
2+
".": "0.1.0-alpha.20"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.20 (2024-09-06)
4+
5+
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/runloopai/api-client-python/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#143](https://github.com/runloopai/api-client-python/issues/143)) ([8cd8b77](https://github.com/runloopai/api-client-python/commit/8cd8b77a11e70d8a9c46d813ffc5d99ba7fc956d))
10+
* **api:** OpenAPI spec update via Stainless API ([#145](https://github.com/runloopai/api-client-python/issues/145)) ([ce6146e](https://github.com/runloopai/api-client-python/commit/ce6146e94e0e54c2c3eabe091129c172f0bc146e))
11+
* **api:** OpenAPI spec update via Stainless API ([#146](https://github.com/runloopai/api-client-python/issues/146)) ([21a9a9c](https://github.com/runloopai/api-client-python/commit/21a9a9cc37354f1d4b597e24de694cd9680b95d0))
12+
* **api:** OpenAPI spec update via Stainless API ([#147](https://github.com/runloopai/api-client-python/issues/147)) ([79994e5](https://github.com/runloopai/api-client-python/commit/79994e52f36038f3d2a38f9cb9639a753ac9d7f4))
13+
* **api:** OpenAPI spec update via Stainless API ([#148](https://github.com/runloopai/api-client-python/issues/148)) ([e645bda](https://github.com/runloopai/api-client-python/commit/e645bda8f821763db0b184f2ad3e66220b844a55))
14+
* **api:** OpenAPI spec update via Stainless API ([#150](https://github.com/runloopai/api-client-python/issues/150)) ([0017597](https://github.com/runloopai/api-client-python/commit/00175979cd1f3ccad4b9ded0b27e0fbb15b31fd6))
15+
* **api:** OpenAPI spec update via Stainless API ([#151](https://github.com/runloopai/api-client-python/issues/151)) ([7b9f2fa](https://github.com/runloopai/api-client-python/commit/7b9f2fad3474a08fc4814574db7715b7c4d69182))
16+
* **api:** OpenAPI spec update via Stainless API ([#152](https://github.com/runloopai/api-client-python/issues/152)) ([9845185](https://github.com/runloopai/api-client-python/commit/98451858216e7f414e6c81e32e3401bb0eee2f5d))
17+
* **api:** OpenAPI spec update via Stainless API ([#154](https://github.com/runloopai/api-client-python/issues/154)) ([e6350ec](https://github.com/runloopai/api-client-python/commit/e6350ec396f5f081b8099e3cd760de097f0120f8))
18+
19+
20+
### Chores
21+
22+
* pyproject.toml formatting changes ([#149](https://github.com/runloopai/api-client-python/issues/149)) ([9370c54](https://github.com/runloopai/api-client-python/commit/9370c543098a995dfdd10f5b020da92567af814e))
23+
324
## 0.1.0-alpha.19 (2024-08-28)
425

526
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/runloopai/api-client-python/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)

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.19"
3+
version = "0.1.0-alpha.20"
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.19" # x-release-please-version
4+
__version__ = "0.1.0-alpha.20" # x-release-please-version

0 commit comments

Comments
 (0)