Skip to content

Commit 8e52662

Browse files
release: 0.67.0
1 parent 9dbc2ed commit 8e52662

4 files changed

Lines changed: 23 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.67.0 (2025-11-11)
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+
* **blueprint:** adds queued state ([9dbc2ed](https://github.com/runloopai/api-client-python/commit/9dbc2edce22f2121aefcadab035754a07207b322))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** close streams without requiring full consumption ([803809d](https://github.com/runloopai/api-client-python/commit/803809d41ee2b23a932bdd33172f9f5ed4bbfa45))
16+
17+
18+
### Chores
19+
20+
* **internal/tests:** avoid race condition with implicit client cleanup ([e85767a](https://github.com/runloopai/api-client-python/commit/e85767a8d62cbc8ad033c48f5ff4a6f818cf074d))
21+
* **internal:** grammar fix (it's -> its) ([6520d0c](https://github.com/runloopai/api-client-python/commit/6520d0ca40e296e02fccfed6a6f19a60008d1ad3))
22+
323
## 0.66.1 (2025-10-23)
424

525
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)