Skip to content

Commit 68dfd60

Browse files
release: 0.2.0
1 parent 8b5345b commit 68dfd60

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-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"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2025-05-15)
4+
5+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/plastic-labs/honcho-python/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([8b5345b](https://github.com/plastic-labs/honcho-python/commit/8b5345bfd27696fc100fdc88cd9c13c8f3bf2867))
10+
11+
12+
### Bug Fixes
13+
14+
* **package:** support direct resource imports ([115cfeb](https://github.com/plastic-labs/honcho-python/commit/115cfeb619e2663af9f96985e0f315a506fe5bf6))
15+
* **perf:** optimize some hot paths ([cdda641](https://github.com/plastic-labs/honcho-python/commit/cdda6419061216c4a1a5dd5a13cca464d0497323))
16+
* **perf:** skip traversing types for NotGiven values ([e98b470](https://github.com/plastic-labs/honcho-python/commit/e98b470891968a1244f7f6e10938a56d50fc4f7c))
17+
* **pydantic v1:** more robust ModelField.annotation check ([3705ebb](https://github.com/plastic-labs/honcho-python/commit/3705ebb7f325447daec9167c6a5c13d3fda4e514))
18+
19+
20+
### Chores
21+
22+
* broadly detect json family of content-type headers ([4edaae5](https://github.com/plastic-labs/honcho-python/commit/4edaae507778ee9a9d480c915cd0bde9ecbeb275))
23+
* **ci:** add timeout thresholds for CI jobs ([37ffc48](https://github.com/plastic-labs/honcho-python/commit/37ffc480001e68df382d6fab12aeaf28454586dd))
24+
* **ci:** only use depot for staging repos ([8112338](https://github.com/plastic-labs/honcho-python/commit/81123387b5496a0ecba4adf08ead3724a27709bf))
25+
* **ci:** upload sdks to package manager ([1715d2a](https://github.com/plastic-labs/honcho-python/commit/1715d2af06a0d8495f15027e8bf9f110c15ffc35))
26+
* **client:** minor internal fixes ([3c2cd66](https://github.com/plastic-labs/honcho-python/commit/3c2cd66a3b95c803d9cff8daaa3dd6ede789d929))
27+
* **internal:** avoid errors for isinstance checks on proxies ([fbbd3c1](https://github.com/plastic-labs/honcho-python/commit/fbbd3c1068a1af6639cd0ab4095bad5fc44fd321))
28+
* **internal:** base client updates ([8c4985d](https://github.com/plastic-labs/honcho-python/commit/8c4985d2ee0b56899c4e17e8028c48fd0c976c30))
29+
* **internal:** bump pyright version ([f672b94](https://github.com/plastic-labs/honcho-python/commit/f672b94d6d0c92f69f6416fdd44b69f70bb327ca))
30+
* **internal:** codegen related update ([8644872](https://github.com/plastic-labs/honcho-python/commit/8644872ec648b5705cda992af42b3190388ec20d))
31+
* **internal:** fix list file params ([6fa0c14](https://github.com/plastic-labs/honcho-python/commit/6fa0c141c1dfc40666d4c99227e69ffb65943770))
32+
* **internal:** import reformatting ([3b79ce8](https://github.com/plastic-labs/honcho-python/commit/3b79ce84d59520a30cf7d37f45ba1cd509fe0114))
33+
* **internal:** minor formatting changes ([2006925](https://github.com/plastic-labs/honcho-python/commit/2006925d2c90a7a85739d12de167c3238942d82b))
34+
* **internal:** refactor retries to not use recursion ([fc856e3](https://github.com/plastic-labs/honcho-python/commit/fc856e3a04283fb030d00d4b736054ab599d06c6))
35+
* **internal:** update models test ([e98feff](https://github.com/plastic-labs/honcho-python/commit/e98feff770b4669d5c6e49a389af3352af9f4353))
36+
* **internal:** update pyright settings ([3d2ec51](https://github.com/plastic-labs/honcho-python/commit/3d2ec51a09e4548da3ea3bbd149a2f47a6e665d9))
37+
338
## 0.1.0 (2025-04-10)
439

540
Full Changelog: [v0.0.19...v0.1.0](https://github.com/plastic-labs/honcho-python/compare/v0.0.19...v0.1.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 = "honcho-ai"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "The official Python library for the honcho API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/honcho/_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__ = "honcho"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.2.0" # x-release-please-version

0 commit comments

Comments
 (0)