File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.5 "
2+ "." : " 0.1.0-alpha.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.6 (2025-06-21)
4+
5+ Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/zeroentropy-ai/zeroentropy-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
6+
7+ ### Features
8+
9+ * ** client:** add support for aiohttp ([ 3aa7ee2] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/3aa7ee28445efc3285b1ce79d6b7959d18bf7425 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** client:** correctly parse binary response | stream ([ f7b7ef9] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/f7b7ef9f45ff779734d1b6ee48349943bf14fce2 ) )
15+ * ** tests:** fix: tests which call HTTP endpoints directly with the example parameters ([ 027e535] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/027e535f70651ff5f6b0df8eb3a9786e31241896 ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** enable for pull requests ([ fb3b81d] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/fb3b81d7b36b9242b56ed8e5e928272857a82aac ) )
21+ * ** internal:** update conftest.py ([ 0ddbc5a] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/0ddbc5ac04d55067056a50b6ad38b9afc9be15c1 ) )
22+ * ** readme:** update badges ([ e790eb4] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/e790eb48bfd89d6b384cd9382480574a83cee175 ) )
23+ * ** tests:** add tests for httpx client instantiation & proxies ([ 64a0a4c] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/64a0a4cb1b1c4f71b37174e748e91e0df7bcc2cc ) )
24+ * ** tests:** run tests in parallel ([ 0261b3c] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/0261b3c5bb54b02fe84b42c2d0e41a5e43519adc ) )
25+
26+
27+ ### Documentation
28+
29+ * ** client:** fix httpx.Timeout documentation reference ([ 3cd4296] ( https://github.com/zeroentropy-ai/zeroentropy-python/commit/3cd4296f8fe24f373dba2100dc1bc389f8e3b496 ) )
30+
331## 0.1.0-alpha.5 (2025-06-04)
432
533Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/zeroentropy-ai/zeroentropy-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
Original file line number Diff line number Diff line change 11[project ]
22name = " zeroentropy"
3- version = " 0.1.0-alpha.5 "
3+ version = " 0.1.0-alpha.6 "
44description = " The official Python library for the ZeroEntropy API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "zeroentropy"
4- __version__ = "0.1.0-alpha.5 " # x-release-please-version
4+ __version__ = "0.1.0-alpha.6 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments