Skip to content

Commit 15a44d2

Browse files
release: 0.22.0
1 parent 9d9892e commit 15a44d2

4 files changed

Lines changed: 23 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.21.1"
2+
".": "0.22.0"
33
}

CHANGELOG.md

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

3+
## 0.22.0 (2026-05-09)
4+
5+
Full Changelog: [v0.21.1...v0.22.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.21.1...v0.22.0)
6+
7+
### Features
8+
9+
* support setting headers via env ([4c60e18](https://github.com/isaacus-dev/isaacus-python/commit/4c60e181945f54bba2d2efda81824d7cddd04e93))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** add missing f-string prefix in file type error message ([9d9892e](https://github.com/isaacus-dev/isaacus-python/commit/9d9892ebda7feb1107f18993f8a45b2f6f3a8742))
15+
* use correct field name format for multipart file arrays ([3d484c1](https://github.com/isaacus-dev/isaacus-python/commit/3d484c1fe82f0f0714a0d2411c34e115eeb49193))
16+
17+
18+
### Chores
19+
20+
* **internal:** more robust bootstrap script ([9f76d7a](https://github.com/isaacus-dev/isaacus-python/commit/9f76d7a5e5514e93c9dd9c499d7a4333a59b117c))
21+
* **internal:** reformat pyproject.toml ([5d17213](https://github.com/isaacus-dev/isaacus-python/commit/5d172137de4c9d6a70e09f92a8e93925c7a375d0))
22+
323
## 0.21.1 (2026-04-22)
424

525
Full Changelog: [v0.21.0...v0.21.1](https://github.com/isaacus-dev/isaacus-python/compare/v0.21.0...v0.21.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 = "isaacus"
3-
version = "0.21.1"
3+
version = "0.22.0"
44
description = "The official Python library for the isaacus API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/isaacus/_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__ = "isaacus"
4-
__version__ = "0.21.1" # x-release-please-version
4+
__version__ = "0.22.0" # x-release-please-version

0 commit comments

Comments
 (0)