Skip to content

Commit 420524b

Browse files
release: 0.69.1
1 parent 827ee50 commit 420524b

4 files changed

Lines changed: 19 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.69.0"
2+
".": "0.69.1"
33
}

CHANGELOG.md

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

3+
## 0.69.1 (2025-11-25)
4+
5+
Full Changelog: [v0.69.0...v0.69.1](https://github.com/runloopai/api-client-python/compare/v0.69.0...v0.69.1)
6+
7+
### Bug Fixes
8+
9+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([827ee50](https://github.com/runloopai/api-client-python/commit/827ee50f49ec4c87f3efac8ca2edb7998ed56d1f))
10+
* **devbox:** launch parameter typo ([2c559f1](https://github.com/runloopai/api-client-python/commit/2c559f157086160e874a68aadd79fe584b8c194c))
11+
* **scenarios:** update parameters for manually maintained start_run_and_await_env_ready methods ([#692](https://github.com/runloopai/api-client-python/issues/692)) ([8000495](https://github.com/runloopai/api-client-python/commit/8000495f70b2e6f4f12742fb8a6d641dbbc088ca))
12+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([64b6868](https://github.com/runloopai/api-client-python/commit/64b6868e7f8713f93f06c8fea428cd0ceba1e70b))
13+
14+
15+
### Chores
16+
17+
* hide build context APIs ([65421b3](https://github.com/runloopai/api-client-python/commit/65421b3329dc883a465419f844e24d8df653e914))
18+
319
## 0.69.0 (2025-11-21)
420

521
Full Changelog: [v0.68.0...v0.69.0](https://github.com/runloopai/api-client-python/compare/v0.68.0...v0.69.0)

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

0 commit comments

Comments
 (0)