Skip to content

Commit 5a1dc52

Browse files
release: 0.1.2
1 parent c15515a commit 5a1dc52

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## 0.1.2 (2026-03-08)
4+
5+
Full Changelog: [v0.1.1...v0.1.2](https://github.com/NanoNets/docstrange-python/compare/v0.1.1...v0.1.2)
6+
7+
### Chores
8+
9+
* **ci:** bump uv version ([c323a36](https://github.com/NanoNets/docstrange-python/commit/c323a36839f55b7a9d64749b57c109cdfac3242d))
10+
* **ci:** skip uploading artifacts on stainless-internal branches ([c4ae12c](https://github.com/NanoNets/docstrange-python/commit/c4ae12c45ae60c005b25136b1fe1a1357966b7cf))
11+
* format all `api.md` files ([181d23f](https://github.com/NanoNets/docstrange-python/commit/181d23f1cb3ba49a4f9e1b15904b6f554d45c47e))
12+
* **internal:** add request options to SSE classes ([db43c2d](https://github.com/NanoNets/docstrange-python/commit/db43c2d91944f4dbfa4c10a29ae9710d72ac354d))
13+
* **internal:** make `test_proxy_environment_variables` more resilient ([813e69d](https://github.com/NanoNets/docstrange-python/commit/813e69df0940d2528b14f076b9583d90edffd2a2))
14+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([135f28b](https://github.com/NanoNets/docstrange-python/commit/135f28ba8d42802aeaf25a2a0e4b04189390c0b8))
15+
* **internal:** refactor authentication internals ([d91fcfa](https://github.com/NanoNets/docstrange-python/commit/d91fcfa6b17d19771a43c30af59d1eff3b484931))
16+
* **internal:** remove mock server code ([7ca1623](https://github.com/NanoNets/docstrange-python/commit/7ca1623eaa59ff51c76aa66a948052487416f767))
17+
* **internal:** version bump ([bccc6c4](https://github.com/NanoNets/docstrange-python/commit/bccc6c4c4c5784dfd388395ff5e429ed8348ddf3))
18+
* **test:** update skip reason message ([abd2c81](https://github.com/NanoNets/docstrange-python/commit/abd2c81bcd43080e8bf606af12e8d4b9889e62a1))
19+
* update mock server docs ([4b3083c](https://github.com/NanoNets/docstrange-python/commit/4b3083c18f27cede567c9ee00186c4c69723dc92))
20+
* update placeholder string ([c15515a](https://github.com/NanoNets/docstrange-python/commit/c15515aa7218d4d07c85543c0438539e339c5d44))
21+
* update SDK settings ([1dafac3](https://github.com/NanoNets/docstrange-python/commit/1dafac38b9d0a26e55a15e6ca90954ae3ac186e1))
22+
* update SDK settings ([7c6f5e0](https://github.com/NanoNets/docstrange-python/commit/7c6f5e0d4eede9a88ec92a25071922644f473433))
23+
* update SDK settings ([c87d8ae](https://github.com/NanoNets/docstrange-python/commit/c87d8aede4de4ba2865222011cd7b28202d0d2d1))
24+
325
## 0.1.1 (2026-02-13)
426

527
Full Changelog: [v0.1.0...v0.1.1](https://github.com/NanoNets/docstrange-python/compare/v0.1.0...v0.1.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 = "docstrange-api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "The official Python library for the docstrange API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/docstrange/_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__ = "docstrange"
4-
__version__ = "0.1.1" # x-release-please-version
4+
__version__ = "0.1.2" # x-release-please-version

0 commit comments

Comments
 (0)