Skip to content

Commit 29c7e33

Browse files
release: 0.10.0
1 parent 9ba3f6f commit 29c7e33

4 files changed

Lines changed: 18 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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## 0.10.0 (2024-11-08)
4+
5+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/runloopai/api-client-python/compare/v0.9.0...v0.10.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#257](https://github.com/runloopai/api-client-python/issues/257)) ([d4d01da](https://github.com/runloopai/api-client-python/commit/d4d01da46da8bd0382c363d7fdfd07a173df258f))
10+
* **api:** api update ([#259](https://github.com/runloopai/api-client-python/issues/259)) ([c695aa0](https://github.com/runloopai/api-client-python/commit/c695aa09be21d33c93f81ed96a03fe962f05502f))
11+
* **api:** api update ([#260](https://github.com/runloopai/api-client-python/issues/260)) ([ac9193f](https://github.com/runloopai/api-client-python/commit/ac9193f436faab5dc5bf50b4370209c9b20e0f8f))
12+
* **api:** api update ([#261](https://github.com/runloopai/api-client-python/issues/261)) ([5a7fce2](https://github.com/runloopai/api-client-python/commit/5a7fce220c30d8d506a476da5a04bb358d12c5b4))
13+
* **api:** api update ([#262](https://github.com/runloopai/api-client-python/issues/262)) ([b463693](https://github.com/runloopai/api-client-python/commit/b463693a843a2e1326794f80d5392555249a82ba))
14+
* **api:** api update ([#263](https://github.com/runloopai/api-client-python/issues/263)) ([dbd490a](https://github.com/runloopai/api-client-python/commit/dbd490a359ad8c18f6fdaa03cea217e6e7621149))
15+
* **api:** api update ([#264](https://github.com/runloopai/api-client-python/issues/264)) ([0380eb2](https://github.com/runloopai/api-client-python/commit/0380eb25cc4f938ae4c03d5ddcaa172f3bd1bc4b))
16+
* **api:** api update ([#265](https://github.com/runloopai/api-client-python/issues/265)) ([2827aeb](https://github.com/runloopai/api-client-python/commit/2827aeb67e07858e28752b19e1184c4479f0a73e))
17+
318
## 0.9.0 (2024-11-07)
419

520
Full Changelog: [v0.8.0...v0.9.0](https://github.com/runloopai/api-client-python/compare/v0.8.0...v0.9.0)

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.9.0"
3+
version = "0.10.0"
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.9.0" # x-release-please-version
4+
__version__ = "0.10.0" # x-release-please-version

0 commit comments

Comments
 (0)