Skip to content

Commit 14453a1

Browse files
release: 0.69.1
1 parent f6585e8 commit 14453a1

File tree

4 files changed

+17
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* **devbox:** launch parameter typo ([f6585e8](https://github.com/runloopai/api-client-python/commit/f6585e8df85a5e40af02d0b882fac471b4cebf9a))
10+
* **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))
11+
12+
13+
### Chores
14+
15+
* hide build context APIs ([178fd6c](https://github.com/runloopai/api-client-python/commit/178fd6c2386c5efddc2510aff4972478c143c3c4))
16+
317
## 0.69.0 (2025-11-21)
418

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