Skip to content

Commit 44b6318

Browse files
release: 0.21.0
1 parent e9eae58 commit 44b6318

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.20.0"
2+
".": "0.21.0"
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.21.0 (2026-03-27)
4+
5+
Full Changelog: [v0.20.0...v0.21.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.20.0...v0.21.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([e9eae58](https://github.com/isaacus-dev/isaacus-python/commit/e9eae5878550b24c314d74b12234afe130581f10))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([394751d](https://github.com/isaacus-dev/isaacus-python/commit/394751d769909d21410f96e62e93bb312d94c3e2))
15+
* **pydantic:** do not pass `by_alias` unless set ([7f72945](https://github.com/isaacus-dev/isaacus-python/commit/7f729458707c86cc6f6fa1a9d02089d37438ab49))
16+
* sanitize endpoint path params ([0d18b42](https://github.com/isaacus-dev/isaacus-python/commit/0d18b42ebef0a59339ebae15f27c92ea4b8c4d34))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([4e7a621](https://github.com/isaacus-dev/isaacus-python/commit/4e7a6215f40a0a3af7830f5a59ad394d3f648451))
22+
* **internal:** tweak CI branches ([6fa92c9](https://github.com/isaacus-dev/isaacus-python/commit/6fa92c9234a575001af5511e372acccce4cc201c))
23+
* **internal:** update gitignore ([114e851](https://github.com/isaacus-dev/isaacus-python/commit/114e8516f3ffeb667704b74b2b962f748ccb998b))
24+
325
## 0.20.0 (2026-03-11)
426

527
Full Changelog: [v0.19.3...v0.20.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.19.3...v0.20.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 = "isaacus"
3-
version = "0.20.0"
3+
version = "0.21.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.20.0" # x-release-please-version
4+
__version__ = "0.21.0" # x-release-please-version

0 commit comments

Comments
 (0)