Skip to content

Commit 40e4336

Browse files
release: 0.0.3
1 parent 248d6e1 commit 40e4336

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## 0.0.3 (2026-03-17)
4+
5+
Full Changelog: [v0.0.2...v0.0.3](https://github.com/stainless-commons/rollin-python/compare/v0.0.2...v0.0.3)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([248d6e1](https://github.com/stainless-commons/rollin-python/commit/248d6e1ec3187b8f0ab1354546f438b028206539))
10+
* **pydantic:** do not pass `by_alias` unless set ([46606d7](https://github.com/stainless-commons/rollin-python/commit/46606d71ab95ee25148a1f3d328cb99b071e5985))
11+
12+
13+
### Chores
14+
15+
* **ci:** bump uv version ([e2553be](https://github.com/stainless-commons/rollin-python/commit/e2553be28eaf15c6dba43a69bf18ef21da13c2c2))
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([15bab4f](https://github.com/stainless-commons/rollin-python/commit/15bab4f9dd2202e7c59db7eb989357a66add5c99))
17+
* **internal:** add request options to SSE classes ([77a8a4f](https://github.com/stainless-commons/rollin-python/commit/77a8a4f9e5e163723ec76f0e5ec36cc31d95de8d))
18+
* **internal:** make `test_proxy_environment_variables` more resilient ([548c10c](https://github.com/stainless-commons/rollin-python/commit/548c10c5c391e4a6af20894be87877a7f155b152))
19+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([12600f1](https://github.com/stainless-commons/rollin-python/commit/12600f143df64f57dafcc0d6b09786d6307ddbe5))
20+
* **internal:** refactor authentication internals ([48125d3](https://github.com/stainless-commons/rollin-python/commit/48125d30130615b923c515aed42b0a42b1a57776))
21+
* **internal:** remove mock server code ([7487832](https://github.com/stainless-commons/rollin-python/commit/748783209dbc1f1157a739d2020da3bf32946b8e))
22+
* update mock server docs ([f0c9141](https://github.com/stainless-commons/rollin-python/commit/f0c914149e0b63378b1e61939d99ea69065715e6))
23+
324
## 0.0.2 (2026-02-16)
425

526
Full Changelog: [v0.0.1...v0.0.2](https://github.com/stainless-commons/rollin-python/compare/v0.0.1...v0.0.2)

pyproject.toml

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

src/rollin/_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__ = "rollin"
4-
__version__ = "0.0.2" # x-release-please-version
4+
__version__ = "0.0.3" # x-release-please-version

0 commit comments

Comments
 (0)