diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..32b319f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0064c..360bb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.10 (2024-05-23) + +Full Changelog: [v0.0.9...v0.0.10](https://github.com/plastic-labs/honcho-python/compare/v0.0.9...v0.0.10) + +### Features + +* Release 0.0.10 Demos and LangChain Integration ([#15](https://github.com/plastic-labs/honcho-python/issues/15)) ([1c6f477](https://github.com/plastic-labs/honcho-python/commit/1c6f47742494440a6b820e416aefd105e7b1a3ec)) + + +### Chores + +* **internal:** version bump ([#13](https://github.com/plastic-labs/honcho-python/issues/13)) ([05a39a1](https://github.com/plastic-labs/honcho-python/commit/05a39a1e3796f7efcc0fd143d6b72478255b88e8)) + ## 0.0.9 (2024-05-23) Full Changelog: [v0.0.8...v0.0.9](https://github.com/plastic-labs/honcho-python/compare/v0.0.8...v0.0.9) diff --git a/pyproject.toml b/pyproject.toml index c3187bd..1dba6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai" -version = "0.0.9" +version = "0.0.10" description = "The official Python library for the honcho API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/honcho/_version.py b/src/honcho/_version.py index 8e44be0..24c072e 100644 --- a/src/honcho/_version.py +++ b/src/honcho/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "honcho" -__version__ = "0.0.9" # x-release-please-version +__version__ = "0.0.10" # x-release-please-version