Skip to content

Commit ad485da

Browse files
release: 0.67.0
1 parent c001fed commit ad485da

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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 ([dbaef73](https://github.com/runloopai/api-client-python/commit/dbaef7331f8b15d00cf67c4993032d2ae63fed3d))
10+
* **blueprint:** adds queued state ([06707cf](https://github.com/runloopai/api-client-python/commit/06707cfac7202d71507ba23c7bc70d2cd6e16bba))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** close streams without requiring full consumption ([a3a930d](https://github.com/runloopai/api-client-python/commit/a3a930dbdd9329b574ef0092f954a044d1f4ea07))
16+
17+
18+
### Chores
19+
20+
* **internal/tests:** avoid race condition with implicit client cleanup ([e1f2f14](https://github.com/runloopai/api-client-python/commit/e1f2f141474b288dc686dff90992fc7bd07b6d46))
21+
* **internal:** grammar fix (it's -> its) ([ac67e80](https://github.com/runloopai/api-client-python/commit/ac67e80b558efc49236cad1637ebf6dea25b9106))
22+
* **package:** drop Python 3.8 support ([c001fed](https://github.com/runloopai/api-client-python/commit/c001fed462e77fdf00e817df3836e8ec632af272))
23+
324
## 0.66.1 (2025-10-23)
425

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