From f10946830578b9799b9d8a09b1268e598fb2130c Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:52:42 +0530 Subject: [PATCH] chore(test-release-please): release toolbox-langchain 0.1.1 --- .release-please-manifest.json | 2 +- packages/toolbox-langchain/CHANGELOG.md | 8 +++++++- .../toolbox-langchain/src/toolbox_langchain/version.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a7b2a5b..6db74f55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/toolbox-langchain": "0.1.0"} +{"packages/toolbox-langchain":"0.1.1"} diff --git a/packages/toolbox-langchain/CHANGELOG.md b/packages/toolbox-langchain/CHANGELOG.md index e4ce5457..8dae4ce9 100644 --- a/packages/toolbox-langchain/CHANGELOG.md +++ b/packages/toolbox-langchain/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/genai-toolbox-langchain-python/compare/toolbox-langchain-v0.1.0...toolbox-langchain-v0.1.1) (2025-04-02) + + +### Miscellaneous Chores + +* fix urls in pyproject.toml ([#101](https://github.com/googleapis/genai-toolbox-langchain-python/issues/101)) ([6e5875e](https://github.com/googleapis/genai-toolbox-langchain-python/commit/6e5875eb5c3dbce9c9efb00418716577f90e4d05)) + ## 0.1.0 (2025-02-05) @@ -24,4 +31,3 @@ ### Bug Fixes * Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([c5c699c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/c5c699cc29bcc0708a31bff90e8cec489982fe2a)) - diff --git a/packages/toolbox-langchain/src/toolbox_langchain/version.py b/packages/toolbox-langchain/src/toolbox_langchain/version.py index 702896da..5ff95198 100644 --- a/packages/toolbox-langchain/src/toolbox_langchain/version.py +++ b/packages/toolbox-langchain/src/toolbox_langchain/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0" +__version__ = "0.1.1"