From 124917d13322caae0c97b1ff160f9b3aeced2cd9 Mon Sep 17 00:00:00 2001 From: tode-rl Date: Tue, 25 Aug 2026 10:59:57 -0700 Subject: [PATCH] release: 1.31.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- src/runloop_api_client/_version.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35c30adcf..81d2de2d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.30.0" + ".": "1.31.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ee627d9..67c0b4ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.31.0](https://github.com/runloopai/api-client-python/compare/v1.30.0...v1.31.0) (2026-08-25) + + +### Features + +* initial stlc build ([9591d74](https://github.com/runloopai/api-client-python/commit/9591d741d3e840a7f7eadb0935989af1ea78d337)) +* **mux:** mint agent gateway tokens for running devboxes ([#10872](https://github.com/runloopai/api-client-python/issues/10872)) ([8ca74f9](https://github.com/runloopai/api-client-python/commit/8ca74f9390524e2b99791a6967dd8e355df0cff8)) +* **mux:** mint MCP tokens for running devboxes ([#10871](https://github.com/runloopai/api-client-python/issues/10871)) ([7edf2e9](https://github.com/runloopai/api-client-python/commit/7edf2e9daa607705070df22c02d3e95a1fb13a60)) + + +### Bug Fixes + +* **lint:** sort the devboxes import block ([22bc6c2](https://github.com/runloopai/api-client-python/commit/22bc6c22f41c0db8b50df3f264e47e9b6b5e1e11)) +* **release:** use stable versioning instead of prerelease ([3d2cf64](https://github.com/runloopai/api-client-python/commit/3d2cf6463a9556dcc0bb2eddc397e5d2bdf7d69b)) + + +### Chores + +* sync uv.lock to 1.30.0 ([d7d2993](https://github.com/runloopai/api-client-python/commit/d7d29930aa3a460d9a0dac9651860b11292c8769)) + ## 1.30.0 (2026-08-20) Full Changelog: [v1.29.0...v1.30.0](https://github.com/runloopai/api-client-python/compare/v1.29.0...v1.30.0) diff --git a/pyproject.toml b/pyproject.toml index 622d9ec0b..ca20f54f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "1.30.0" +version = "1.31.0" description = "The official Python library for the runloop API" dynamic = ["readme"] license = "MIT" diff --git a/src/runloop_api_client/_version.py b/src/runloop_api_client/_version.py index 14101dc3c..6e58ef0b7 100644 --- a/src/runloop_api_client/_version.py +++ b/src/runloop_api_client/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runloop_api_client" -__version__ = "1.30.0" # x-release-please-version +__version__ = "1.31.0" # x-release-please-version