Skip to content

Commit 4774cb9

Browse files
release: 0.66.2
1 parent 638747d commit 4774cb9

4 files changed

Lines changed: 17 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.66.1"
2+
".": "0.66.2"
33
}

CHANGELOG.md

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

3+
## 0.66.2 (2025-11-04)
4+
5+
Full Changelog: [v0.66.1...v0.66.2](https://github.com/runloopai/api-client-python/compare/v0.66.1...v0.66.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([ce71ef5](https://github.com/runloopai/api-client-python/commit/ce71ef54f8225f79b23044f9be08ed8fb7be53dc))
10+
11+
12+
### Chores
13+
14+
* **internal/tests:** avoid race condition with implicit client cleanup ([1b52dea](https://github.com/runloopai/api-client-python/commit/1b52dea3fbe031d76d6245890f0bff84f9c464fb))
15+
* **internal:** grammar fix (it's -> its) ([638747d](https://github.com/runloopai/api-client-python/commit/638747d8d5477dbf2c4ee53cb6686ce854d2a1a6))
16+
317
## 0.66.1 (2025-10-23)
418

519
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.66.2"
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.66.2" # x-release-please-version

0 commit comments

Comments
 (0)