Skip to content

Commit ab60dc7

Browse files
release: 1.47.0
1 parent b11877d commit ab60dc7

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-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.46.0"
2+
".": "1.47.0"
33
}

CHANGELOG.md

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

3+
## 1.47.0 (2024-03-21)
4+
5+
Full Changelog: [v1.46.0...v1.47.0](https://github.com/orbcorp/orb-python/compare/v1.46.0...v1.47.0)
6+
7+
### Features
8+
9+
* **api:** introduce credits status ([d15d875](https://github.com/orbcorp/orb-python/commit/d15d875ee628eb8a3af8d3a2e67126b069984d1c))
10+
* **api:** remove `scaling_factor` ([#205](https://github.com/orbcorp/orb-python/issues/205)) ([d15d875](https://github.com/orbcorp/orb-python/commit/d15d875ee628eb8a3af8d3a2e67126b069984d1c))
11+
12+
13+
### Performance Improvements
14+
15+
* cache TypeAdapters ([#197](https://github.com/orbcorp/orb-python/issues/197)) ([536a387](https://github.com/orbcorp/orb-python/commit/536a38777b2b9fb5dc944eb712e9f31e389cc52f))
16+
17+
18+
### Chores
19+
20+
* **internal:** construct error properties instead of using the raw response ([#204](https://github.com/orbcorp/orb-python/issues/204)) ([e5438a9](https://github.com/orbcorp/orb-python/commit/e5438a9958ba21a35c90d40edc4438450e91601b))
21+
* **internal:** loosen input type for util function ([#202](https://github.com/orbcorp/orb-python/issues/202)) ([6d48c20](https://github.com/orbcorp/orb-python/commit/6d48c20cb8f0b64aaa2ce57804076987b422f9f4))
22+
* **internal:** update generated pragma comment ([#200](https://github.com/orbcorp/orb-python/issues/200)) ([336a736](https://github.com/orbcorp/orb-python/commit/336a736ae99e6c54353da05891a0a68a78339cd0))
23+
24+
25+
### Documentation
26+
27+
* fix typo in CONTRIBUTING.md ([#199](https://github.com/orbcorp/orb-python/issues/199)) ([5ffe938](https://github.com/orbcorp/orb-python/commit/5ffe9386e8baec7f94bcb0505ee25c153004767f))
28+
* **readme:** document how to make undocumented requests ([#203](https://github.com/orbcorp/orb-python/issues/203)) ([9757d20](https://github.com/orbcorp/orb-python/commit/9757d20415f0ad8f42109d207800f6546be56ff4))
29+
* updated invoice description ([#201](https://github.com/orbcorp/orb-python/issues/201)) ([ba19ce0](https://github.com/orbcorp/orb-python/commit/ba19ce050fedf92e06a6775d4b51f9b43b0a4d8d))
30+
331
## 1.46.0 (2024-03-15)
432

533
Full Changelog: [v1.45.0...v1.46.0](https://github.com/orbcorp/orb-python/compare/v1.45.0...v1.46.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 = "orb-billing"
3-
version = "1.46.0"
3+
version = "1.47.0"
44
description = "The official Python library for the orb API"
55
readme = "README.md"
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__ = "1.46.0" # x-release-please-version
4+
__version__ = "1.47.0" # x-release-please-version

0 commit comments

Comments
 (0)