Skip to content

Commit eb37f27

Browse files
release: 1.14.0
1 parent d29d7c4 commit eb37f27

File tree

4 files changed

+12
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 1.14.0 (2026-03-27)
4+
5+
Full Changelog: [v1.13.3...v1.14.0](https://github.com/runloopai/api-client-python/compare/v1.13.3...v1.14.0)
6+
7+
### Features
8+
9+
* Add pagination to list active axons ([#8359](https://github.com/runloopai/api-client-python/issues/8359)) ([71da505](https://github.com/runloopai/api-client-python/commit/71da505ea57a4e8283f0c10efc6bb092abeee599))
10+
* **internal:** implement indices array format for query and form serialization ([d29d7c4](https://github.com/runloopai/api-client-python/commit/d29d7c4966fa110049c5b12b79b3ab48b9342480))
11+
312
## 1.13.3 (2026-03-26)
413

514
Full Changelog: [v1.13.2...v1.13.3](https://github.com/runloopai/api-client-python/compare/v1.13.2...v1.13.3)

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.3"
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.3" # x-release-please-version
4+
__version__ = "1.14.0" # x-release-please-version

0 commit comments

Comments
 (0)