Skip to content

Commit c2b894e

Browse files
release: 1.14.0
1 parent ca8503f commit c2b894e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "1.13.0"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## 1.14.0 (2026-03-25)
4+
5+
Full Changelog: [v1.13.0...v1.14.0](https://github.com/runloopai/api-client-python/compare/v1.13.0...v1.14.0)
6+
7+
### Features
8+
9+
* add BrokerMount to OpenAPI spec ([#8282](https://github.com/runloopai/api-client-python/issues/8282)) ([f9ec783](https://github.com/runloopai/api-client-python/commit/f9ec78352738f79838b3c722590d5577e5024dff))
10+
11+
12+
### Bug Fixes
13+
14+
* **broker:** broker protocol renames for clarity / future proof ([#8285](https://github.com/runloopai/api-client-python/issues/8285)) ([ca8503f](https://github.com/runloopai/api-client-python/commit/ca8503f2fec8ddc2fc0ccdbf38ae676e5c5477c0))
15+
316
## 1.13.0 (2026-03-24)
417

518
Full Changelog: [v1.12.1...v1.13.0](https://github.com/runloopai/api-client-python/compare/v1.12.1...v1.13.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 = "1.13.0"
3+
version = "1.14.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__ = "1.13.0" # x-release-please-version
4+
__version__ = "1.14.0" # x-release-please-version

0 commit comments

Comments
 (0)