Skip to content

Commit 1905dfa

Browse files
release: 0.67.0
1 parent 828584f commit 1905dfa

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.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.66.1"
2+
".": "0.67.0"
33
}

CHANGELOG.md

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

3+
## 0.67.0 (2025-11-05)
4+
5+
Full Changelog: [v0.66.1...v0.67.0](https://github.com/runloopai/api-client-python/compare/v0.66.1...v0.67.0)
6+
7+
### Features
8+
9+
* **api:** api update ([828584f](https://github.com/runloopai/api-client-python/commit/828584f3348debf1fbfe4c8f5ce0261316e68ede))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** close streams without requiring full consumption ([ce71ef5](https://github.com/runloopai/api-client-python/commit/ce71ef54f8225f79b23044f9be08ed8fb7be53dc))
15+
16+
17+
### Chores
18+
19+
* **internal/tests:** avoid race condition with implicit client cleanup ([1b52dea](https://github.com/runloopai/api-client-python/commit/1b52dea3fbe031d76d6245890f0bff84f9c464fb))
20+
* **internal:** grammar fix (it's -> its) ([638747d](https://github.com/runloopai/api-client-python/commit/638747d8d5477dbf2c4ee53cb6686ce854d2a1a6))
21+
322
## 0.66.1 (2025-10-23)
423

524
Full Changelog: [v0.66.0...v0.66.1](https://github.com/runloopai/api-client-python/compare/v0.66.0...v0.66.1)

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

0 commit comments

Comments
 (0)