Skip to content

Commit 0ea7f26

Browse files
release: 0.1.0-alpha.12
1 parent 9433bde commit 0ea7f26

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.1.0-alpha.12 (2026-03-24)
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+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([f4373a8](https://github.com/zeroentropy-ai/zeroentropy-python/commit/f4373a8d663cb8d2ca4212f77eade5269b518d1e))
10+
* **pydantic:** do not pass `by_alias` unless set ([74ac1d3](https://github.com/zeroentropy-ai/zeroentropy-python/commit/74ac1d3f8dac62dc11de9550d88838d984301ca5))
11+
* sanitize endpoint path params ([a5a6035](https://github.com/zeroentropy-ai/zeroentropy-python/commit/a5a60354eabb5dce3a6a8c519311cd8590995179))
12+
13+
14+
### Chores
15+
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([d6bb8a8](https://github.com/zeroentropy-ai/zeroentropy-python/commit/d6bb8a8306064729e4739209011106a6cc5e224f))
17+
* **internal:** tweak CI branches ([536468f](https://github.com/zeroentropy-ai/zeroentropy-python/commit/536468f4e298fb16e55818729b42fbc906a9d21f))
18+
* **internal:** update gitignore ([3009ce0](https://github.com/zeroentropy-ai/zeroentropy-python/commit/3009ce0201a8f99cb608182617796dc71e17a910))
19+
* **test:** do not count install time for mock server timeout ([ed8f79f](https://github.com/zeroentropy-ai/zeroentropy-python/commit/ed8f79f5b4c05cde5e12eb4c6a8137cc6b7dde74))
20+
* **tests:** bump steady to v0.19.4 ([814a31b](https://github.com/zeroentropy-ai/zeroentropy-python/commit/814a31b0de576a870d04e41ef0b52da726741311))
21+
* **tests:** bump steady to v0.19.5 ([f9bdfb4](https://github.com/zeroentropy-ai/zeroentropy-python/commit/f9bdfb48058be235113b6c19054a15e670d7c32b))
22+
* **tests:** bump steady to v0.19.6 ([9433bde](https://github.com/zeroentropy-ai/zeroentropy-python/commit/9433bde7d0d7953ad3f9a7327bf1468f30f6d600))
23+
24+
25+
### Refactors
26+
27+
* **tests:** switch from prism to steady ([5465c72](https://github.com/zeroentropy-ai/zeroentropy-python/commit/5465c7207251fa90b2281a7429c2f0f078632b2e))
28+
329
## 0.1.0-alpha.11 (2026-03-03)
430

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