Skip to content

Commit e7770a7

Browse files
release: 0.1.2
1 parent cb69cd0 commit e7770a7

4 files changed

Lines changed: 32 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.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## 0.1.2 (2026-03-17)
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+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([3293c84](https://github.com/NanoNets/docstrange-python/commit/3293c8459d7cd5831d9497fe222d5b2479ceba6a))
10+
* **pydantic:** do not pass `by_alias` unless set ([8281a9a](https://github.com/NanoNets/docstrange-python/commit/8281a9a9ca7f2b2e97a11eccbb27c26445f8b741))
11+
12+
13+
### Chores
14+
15+
* **ci:** bump uv version ([c323a36](https://github.com/NanoNets/docstrange-python/commit/c323a36839f55b7a9d64749b57c109cdfac3242d))
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([c4ae12c](https://github.com/NanoNets/docstrange-python/commit/c4ae12c45ae60c005b25136b1fe1a1357966b7cf))
17+
* format all `api.md` files ([181d23f](https://github.com/NanoNets/docstrange-python/commit/181d23f1cb3ba49a4f9e1b15904b6f554d45c47e))
18+
* **internal:** add request options to SSE classes ([db43c2d](https://github.com/NanoNets/docstrange-python/commit/db43c2d91944f4dbfa4c10a29ae9710d72ac354d))
19+
* **internal:** make `test_proxy_environment_variables` more resilient ([813e69d](https://github.com/NanoNets/docstrange-python/commit/813e69df0940d2528b14f076b9583d90edffd2a2))
20+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([135f28b](https://github.com/NanoNets/docstrange-python/commit/135f28ba8d42802aeaf25a2a0e4b04189390c0b8))
21+
* **internal:** refactor authentication internals ([d91fcfa](https://github.com/NanoNets/docstrange-python/commit/d91fcfa6b17d19771a43c30af59d1eff3b484931))
22+
* **internal:** remove mock server code ([7ca1623](https://github.com/NanoNets/docstrange-python/commit/7ca1623eaa59ff51c76aa66a948052487416f767))
23+
* **internal:** tweak CI branches ([cb69cd0](https://github.com/NanoNets/docstrange-python/commit/cb69cd0526fbc4a37ea880f06729681921589a1f))
24+
* **internal:** version bump ([bccc6c4](https://github.com/NanoNets/docstrange-python/commit/bccc6c4c4c5784dfd388395ff5e429ed8348ddf3))
25+
* **test:** update skip reason message ([abd2c81](https://github.com/NanoNets/docstrange-python/commit/abd2c81bcd43080e8bf606af12e8d4b9889e62a1))
26+
* update mock server docs ([4b3083c](https://github.com/NanoNets/docstrange-python/commit/4b3083c18f27cede567c9ee00186c4c69723dc92))
27+
* update placeholder string ([c15515a](https://github.com/NanoNets/docstrange-python/commit/c15515aa7218d4d07c85543c0438539e339c5d44))
28+
* update SDK settings ([1dafac3](https://github.com/NanoNets/docstrange-python/commit/1dafac38b9d0a26e55a15e6ca90954ae3ac186e1))
29+
* update SDK settings ([7c6f5e0](https://github.com/NanoNets/docstrange-python/commit/7c6f5e0d4eede9a88ec92a25071922644f473433))
30+
* update SDK settings ([c87d8ae](https://github.com/NanoNets/docstrange-python/commit/c87d8aede4de4ba2865222011cd7b28202d0d2d1))
31+
332
## 0.1.1 (2026-02-13)
433

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