diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23b4f02c..d0c842d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.19-alpha.1" + ".": "0.2.18-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c084bf81..2aa6ddd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,12 @@ # Changelog -## 0.2.19-alpha.1 (2025-08-22) - -Full Changelog: [v0.2.18-alpha.3...v0.2.19-alpha.1](https://github.com/llamastack/llama-stack-client-python/compare/v0.2.18-alpha.3...v0.2.19-alpha.1) - -### Features - -* **api:** manual updates ([119bdb2](https://github.com/llamastack/llama-stack-client-python/commit/119bdb2a862fe772ca82770937aba49ffb039bf2)) -* **api:** query_metrics, batches, changes ([c935c79](https://github.com/llamastack/llama-stack-client-python/commit/c935c79c1117613c7e9413b87d19cfd010d89796)) -* **api:** some updates to query metrics ([8f0f7a5](https://github.com/llamastack/llama-stack-client-python/commit/8f0f7a5de82f1dd3404cedff599b8a33f6e5c755)) - - -### Bug Fixes - -* **agent:** fix wrong module import in ReAct agent ([#262](https://github.com/llamastack/llama-stack-client-python/issues/262)) ([c17f3d6](https://github.com/llamastack/llama-stack-client-python/commit/c17f3d65af17d282785623864661ef2d16fcb1fc)), closes [#261](https://github.com/llamastack/llama-stack-client-python/issues/261) -* **build:** kill explicit listing of python3.13 for now ([5284b4a](https://github.com/llamastack/llama-stack-client-python/commit/5284b4a93822e8900c05f63ddf342aab3b603aa3)) +## 0.2.18-alpha.4 (2025-08-22) +Full Changelog: [v0.2.18-alpha.3...v0.2.18-alpha.4](https://github.com/llamastack/llama-stack-client-python/compare/v0.2.18-alpha.3...v0.2.18-alpha.4) ### Chores -* update github action ([af6b97e](https://github.com/llamastack/llama-stack-client-python/commit/af6b97e6ec55473a03682ea45e4bac9429fbdf78)) - - -### Build System - -* Bump version to 0.2.18 ([53d95ba](https://github.com/llamastack/llama-stack-client-python/commit/53d95bad01e4aaa8fa27438618aaa6082cd60275)) +* sync repo ([759538d](https://github.com/llamastack/llama-stack-client-python/commit/759538def9839d814bad47beb0ba96e4aa571b04)) ## 0.2.18-alpha.3 (2025-08-14) diff --git a/pyproject.toml b/pyproject.toml index ab7bfcf9..3285b245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llama_stack_client" -version = "0.2.19-alpha.1" +version = "0.2.18-alpha.4" description = "The official Python library for the llama-stack-client API" dynamic = ["readme"] license = "MIT"