Skip to content

Commit 7663ca9

Browse files
release: 0.1.0-alpha.12
1 parent 4942675 commit 7663ca9

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-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.0-alpha.11"
2+
".": "0.1.0-alpha.12"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.12 (2026-04-01)
4+
5+
Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/zeroentropy-ai/zeroentropy-python/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([7afdedd](https://github.com/zeroentropy-ai/zeroentropy-python/commit/7afdedd66e2dff463aef37287e84596240d9ec3a))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([f4373a8](https://github.com/zeroentropy-ai/zeroentropy-python/commit/f4373a8d663cb8d2ca4212f77eade5269b518d1e))
15+
* **pydantic:** do not pass `by_alias` unless set ([74ac1d3](https://github.com/zeroentropy-ai/zeroentropy-python/commit/74ac1d3f8dac62dc11de9550d88838d984301ca5))
16+
* sanitize endpoint path params ([a5a6035](https://github.com/zeroentropy-ai/zeroentropy-python/commit/a5a60354eabb5dce3a6a8c519311cd8590995179))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([ca93b8a](https://github.com/zeroentropy-ai/zeroentropy-python/commit/ca93b8ae56e0dddb8d49ecc21125c2a1751594c6))
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([d6bb8a8](https://github.com/zeroentropy-ai/zeroentropy-python/commit/d6bb8a8306064729e4739209011106a6cc5e224f))
23+
* **internal:** tweak CI branches ([536468f](https://github.com/zeroentropy-ai/zeroentropy-python/commit/536468f4e298fb16e55818729b42fbc906a9d21f))
24+
* **internal:** update gitignore ([3009ce0](https://github.com/zeroentropy-ai/zeroentropy-python/commit/3009ce0201a8f99cb608182617796dc71e17a910))
25+
* **test:** do not count install time for mock server timeout ([ed8f79f](https://github.com/zeroentropy-ai/zeroentropy-python/commit/ed8f79f5b4c05cde5e12eb4c6a8137cc6b7dde74))
26+
* **tests:** bump steady to v0.19.4 ([814a31b](https://github.com/zeroentropy-ai/zeroentropy-python/commit/814a31b0de576a870d04e41ef0b52da726741311))
27+
* **tests:** bump steady to v0.19.5 ([f9bdfb4](https://github.com/zeroentropy-ai/zeroentropy-python/commit/f9bdfb48058be235113b6c19054a15e670d7c32b))
28+
* **tests:** bump steady to v0.19.6 ([9433bde](https://github.com/zeroentropy-ai/zeroentropy-python/commit/9433bde7d0d7953ad3f9a7327bf1468f30f6d600))
29+
* **tests:** bump steady to v0.19.7 ([e2ddebd](https://github.com/zeroentropy-ai/zeroentropy-python/commit/e2ddebd1af39af87aea48cc211b2b3520002f02c))
30+
* **tests:** bump steady to v0.20.1 ([4942675](https://github.com/zeroentropy-ai/zeroentropy-python/commit/494267565119547a125bc548f258bda341c1925c))
31+
32+
33+
### Refactors
34+
35+
* **tests:** switch from prism to steady ([5465c72](https://github.com/zeroentropy-ai/zeroentropy-python/commit/5465c7207251fa90b2281a7429c2f0f078632b2e))
36+
337
## 0.1.0-alpha.11 (2026-03-03)
438

539
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/zeroentropy-ai/zeroentropy-python/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zeroentropy"
3-
version = "0.1.0-alpha.11"
3+
version = "0.1.0-alpha.12"
44
description = "The official Python library for the ZeroEntropy API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/zeroentropy/_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__ = "zeroentropy"
4-
__version__ = "0.1.0-alpha.11" # x-release-please-version
4+
__version__ = "0.1.0-alpha.12" # x-release-please-version

0 commit comments

Comments
 (0)