Skip to content

Commit 180b3c9

Browse files
release: 0.0.3
1 parent 5de7de3 commit 180b3c9

4 files changed

Lines changed: 28 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.0.3 (2026-03-25)
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+
* sanitize endpoint path params ([4cac545](https://github.com/stainless-commons/rollin-python/commit/4cac545783e2a3d350953f3b630ad4184c9a2142))
12+
13+
14+
### Chores
15+
16+
* **ci:** bump uv version ([e2553be](https://github.com/stainless-commons/rollin-python/commit/e2553be28eaf15c6dba43a69bf18ef21da13c2c2))
17+
* **ci:** skip lint on metadata-only changes ([5de7de3](https://github.com/stainless-commons/rollin-python/commit/5de7de3d905ee01b56ca1510c1bd2ae54c14b320))
18+
* **ci:** skip uploading artifacts on stainless-internal branches ([15bab4f](https://github.com/stainless-commons/rollin-python/commit/15bab4f9dd2202e7c59db7eb989357a66add5c99))
19+
* **internal:** add request options to SSE classes ([77a8a4f](https://github.com/stainless-commons/rollin-python/commit/77a8a4f9e5e163723ec76f0e5ec36cc31d95de8d))
20+
* **internal:** make `test_proxy_environment_variables` more resilient ([548c10c](https://github.com/stainless-commons/rollin-python/commit/548c10c5c391e4a6af20894be87877a7f155b152))
21+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([12600f1](https://github.com/stainless-commons/rollin-python/commit/12600f143df64f57dafcc0d6b09786d6307ddbe5))
22+
* **internal:** refactor authentication internals ([48125d3](https://github.com/stainless-commons/rollin-python/commit/48125d30130615b923c515aed42b0a42b1a57776))
23+
* **internal:** remove mock server code ([7487832](https://github.com/stainless-commons/rollin-python/commit/748783209dbc1f1157a739d2020da3bf32946b8e))
24+
* **internal:** tweak CI branches ([de75be7](https://github.com/stainless-commons/rollin-python/commit/de75be7056967b0037326c66135e542322cea8cd))
25+
* **internal:** update gitignore ([9aca850](https://github.com/stainless-commons/rollin-python/commit/9aca85013a1c6977ba12ce4c3d4f9a796c970d19))
26+
* update mock server docs ([f0c9141](https://github.com/stainless-commons/rollin-python/commit/f0c914149e0b63378b1e61939d99ea69065715e6))
27+
328
## 0.0.2 (2026-02-16)
429

530
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)