Skip to content

Commit a646fe9

Browse files
release: 0.70.0
1 parent d8b7960 commit a646fe9

4 files changed

Lines changed: 26 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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+
### Features
8+
9+
* **blueprints:** Add build context to the OpenAPI spec ([#6494](https://github.com/runloopai/api-client-python/issues/6494)) ([5c25d3d](https://github.com/runloopai/api-client-python/commit/5c25d3d6848d79cfda4ac2e1fdb834017cc703e4))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([827ee50](https://github.com/runloopai/api-client-python/commit/827ee50f49ec4c87f3efac8ca2edb7998ed56d1f))
15+
* **devbox:** launch parameter typo ([2c559f1](https://github.com/runloopai/api-client-python/commit/2c559f157086160e874a68aadd79fe584b8c194c))
16+
* **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))
17+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([64b6868](https://github.com/runloopai/api-client-python/commit/64b6868e7f8713f93f06c8fea428cd0ceba1e70b))
18+
19+
20+
### Chores
21+
22+
* **blueprints:** Add build context examples ([#694](https://github.com/runloopai/api-client-python/issues/694)) ([d8b7960](https://github.com/runloopai/api-client-python/commit/d8b7960f7633620c5bc8ef26e39e3f2f698eec17))
23+
* hide build context APIs ([65421b3](https://github.com/runloopai/api-client-python/commit/65421b3329dc883a465419f844e24d8df653e914))
24+
* **mounts:** Update documentation for deprecated fields to direct the user to the replacement API ([f6e9dc8](https://github.com/runloopai/api-client-python/commit/f6e9dc87e434c701e58960885b13bf02c4c29616))
25+
326
## 0.69.0 (2025-11-21)
427

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