Skip to content

Commit eb910a0

Browse files
release: 0.3.0
1 parent bc88cc3 commit eb910a0

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.2.0"
2+
".": "0.3.0"
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.3.0 (2026-01-24)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/witanlabs/witan-python/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* **client:** add support for binary request streaming ([23715e8](https://github.com/witanlabs/witan-python/commit/23715e83a9e322ecddf9af49fb9ac8a0d9c4cc66))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** loosen auth header validation ([6546a7a](https://github.com/witanlabs/witan-python/commit/6546a7aa10c293d32554cbb35329a6617e7cf931))
15+
* use async_to_httpx_files in patch method ([2ec7c41](https://github.com/witanlabs/witan-python/commit/2ec7c41618d09f1bd3473b637115478b9c237dd1))
16+
17+
18+
### Chores
19+
20+
* **ci:** upgrade `actions/github-script` ([bc88cc3](https://github.com/witanlabs/witan-python/commit/bc88cc312b34f3e10df1a972ae9b58cb15e127fc))
21+
* **internal:** add `--fix` argument to lint script ([d6c8db4](https://github.com/witanlabs/witan-python/commit/d6c8db4ac346b0057c3a1941cf2ad8a935760428))
22+
* **internal:** add missing files argument to base client ([fdfaa9e](https://github.com/witanlabs/witan-python/commit/fdfaa9eb4804cd42b850a96dff1dd2eb1b8e3e76))
23+
* **internal:** codegen related update ([f41eb35](https://github.com/witanlabs/witan-python/commit/f41eb350afa6fc085cb16cb85f0ee3e808bc23ab))
24+
* **internal:** update `actions/checkout` version ([cb7ecbd](https://github.com/witanlabs/witan-python/commit/cb7ecbdeefd85a9c8c88f55964aa8cb4ec7b7604))
25+
* speedup initial import ([a788dea](https://github.com/witanlabs/witan-python/commit/a788dea69b175c65d357a014050263d881194a2a))
26+
27+
28+
### Refactors
29+
30+
* **internal:** switch from rye to uv ([9791a60](https://github.com/witanlabs/witan-python/commit/9791a607c0624bbea648ed4805ff2b36c2605b89))
31+
332
## 0.2.0 (2025-12-12)
433

534
Full Changelog: [v0.1.0...v0.2.0](https://github.com/witanlabs/witan-python/compare/v0.1.0...v0.2.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 = "witan"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "The official Python library for the Witan API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/witan/_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__ = "witan"
4-
__version__ = "0.2.0" # x-release-please-version
4+
__version__ = "0.3.0" # x-release-please-version

0 commit comments

Comments
 (0)