Skip to content

Commit f73d1d7

Browse files
release: 0.67.0
1 parent 6416f78 commit f73d1d7

4 files changed

Lines changed: 22 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.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 ([8f352fc](https://github.com/runloopai/api-client-python/commit/8f352fc4e57a921d085e34edb32f19a98e13bd4a))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** close streams without requiring full consumption ([803809d](https://github.com/runloopai/api-client-python/commit/803809d41ee2b23a932bdd33172f9f5ed4bbfa45))
15+
16+
17+
### Chores
18+
19+
* **internal/tests:** avoid race condition with implicit client cleanup ([e85767a](https://github.com/runloopai/api-client-python/commit/e85767a8d62cbc8ad033c48f5ff4a6f818cf074d))
20+
* **internal:** grammar fix (it's -> its) ([6520d0c](https://github.com/runloopai/api-client-python/commit/6520d0ca40e296e02fccfed6a6f19a60008d1ad3))
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)