Skip to content

Commit 13f613c

Browse files
release: 0.70.0
1 parent 2169e55 commit 13f613c

4 files changed

Lines changed: 31 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.70.0"
33
}

CHANGELOG.md

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

3+
## 0.70.0 (2025-11-26)
4+
5+
Full Changelog: [v0.69.0...v0.70.0](https://github.com/runloopai/api-client-python/compare/v0.69.0...v0.70.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **devbox:** made command positional arg in exec and exec_async ([#695](https://github.com/runloopai/api-client-python/issues/695))
10+
11+
### Features
12+
13+
* **blueprints:** Add build context to the OpenAPI spec ([#6494](https://github.com/runloopai/api-client-python/issues/6494)) ([40f02c3](https://github.com/runloopai/api-client-python/commit/40f02c3e43677e44f367c15238acae7583f8edaf))
14+
* **devbox:** made command positional arg in exec and exec_async ([#695](https://github.com/runloopai/api-client-python/issues/695)) ([6cc8c2f](https://github.com/runloopai/api-client-python/commit/6cc8c2fd4f904e8cc4386d81558157ca6fb69bfa))
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([3c90ddd](https://github.com/runloopai/api-client-python/commit/3c90ddd783af25c8fc0589c0a03aabb26dc5d090))
20+
* **devbox:** launch parameter typo ([243d2c9](https://github.com/runloopai/api-client-python/commit/243d2c9be49ce6ce8929180445cf5f4e01369592))
21+
* **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))
22+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([ebbd1df](https://github.com/runloopai/api-client-python/commit/ebbd1df735ab860de8b6d995ec1ea41aecae2189))
23+
24+
25+
### Chores
26+
27+
* **blueprints:** Add build context examples ([#694](https://github.com/runloopai/api-client-python/issues/694)) ([2169e55](https://github.com/runloopai/api-client-python/commit/2169e55a604dd0572caa7ac92f72e3a15b08815b))
28+
* hide build context APIs ([ac914a5](https://github.com/runloopai/api-client-python/commit/ac914a51de6188d2a0b1368f784916489faf430e))
29+
* **mounts:** Update documentation for deprecated fields to direct the user to the replacement API ([e604901](https://github.com/runloopai/api-client-python/commit/e604901422573776d904bebe620582128870e96e))
30+
331
## 0.69.0 (2025-11-21)
432

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

0 commit comments

Comments
 (0)