Skip to content

Commit 15272e7

Browse files
release: 5.0.0
1 parent 9f4c932 commit 15272e7

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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-
".": "4.11.1"
2+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## 5.0.0 (2025-09-02)
4+
5+
Full Changelog: [v4.11.1...v5.0.0](https://github.com/orbcorp/orb-python/compare/v4.11.1...v5.0.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** define shared model ConversionRateConfig
10+
11+
### Features
12+
13+
* **api:** api update ([9f4c932](https://github.com/orbcorp/orb-python/commit/9f4c9321d5fd23eafbca5a91411976d1ea73fc1c))
14+
* **api:** define shared model ConversionRateConfig ([fe3cedb](https://github.com/orbcorp/orb-python/commit/fe3cedb638aeda208d325e7ea78d7db90f596857))
15+
* **types:** replace List[str] with SequenceNotStr in params ([7a4eb7b](https://github.com/orbcorp/orb-python/commit/7a4eb7bcce5a2db055a7bfa27b074311c310aecc))
16+
17+
18+
### Chores
19+
20+
* **internal:** add Sequence related utils ([8427f8a](https://github.com/orbcorp/orb-python/commit/8427f8ae3bb00a9af89dd42b5c70479452350070))
21+
322
## 4.11.1 (2025-08-29)
423

524
Full Changelog: [v4.11.0...v4.11.1](https://github.com/orbcorp/orb-python/compare/v4.11.0...v4.11.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orb-billing"
3-
version = "4.11.1"
3+
version = "5.0.0"
44
description = "The official Python library for the orb API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/orb/_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__ = "orb"
4-
__version__ = "4.11.1" # x-release-please-version
4+
__version__ = "5.0.0" # x-release-please-version

0 commit comments

Comments
 (0)