From 85ce38c14df1d05c2ea14465d8400b7b7ce1c0ed Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:21:43 +0530 Subject: [PATCH 1/2] chore(main): release toolbox-langchain 0.1.1 --- .release-please-manifest.json | 2 +- packages/toolbox-langchain/CHANGELOG.md | 14 +++++++++++++- .../src/toolbox_langchain/version.py | 2 +- 3 files changed, 15 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..846d573d 100644 --- a/packages/toolbox-langchain/CHANGELOG.md +++ b/packages/toolbox-langchain/CHANGELOG.md @@ -1,5 +1,18 @@ # 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-04) + + +### Bug Fixes + +* **deps:** update python-nonmajor ([#98](https://github.com/googleapis/genai-toolbox-langchain-python/issues/98)) ([f03e7ec](https://github.com/googleapis/genai-toolbox-langchain-python/commit/f03e7ec986eddfb1e0adc81b8be8e9140dcbd530)) + + +### Miscellaneous Chores + +* change port number to default toolbox port ([#135](https://github.com/googleapis/genai-toolbox-langchain-python/issues/135)) ([6164b09](https://github.com/googleapis/genai-toolbox-langchain-python/commit/6164b09d60412a0e3faf95c1b2e8df13b5ab7782)) +* 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 +37,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" From 255909a05cad9daa7bd31ebf5379aade473f2c9e Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Fri, 4 Apr 2025 13:42:35 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/toolbox-langchain/CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/toolbox-langchain/CHANGELOG.md b/packages/toolbox-langchain/CHANGELOG.md index 846d573d..626322c8 100644 --- a/packages/toolbox-langchain/CHANGELOG.md +++ b/packages/toolbox-langchain/CHANGELOG.md @@ -8,11 +8,6 @@ * **deps:** update python-nonmajor ([#98](https://github.com/googleapis/genai-toolbox-langchain-python/issues/98)) ([f03e7ec](https://github.com/googleapis/genai-toolbox-langchain-python/commit/f03e7ec986eddfb1e0adc81b8be8e9140dcbd530)) -### Miscellaneous Chores - -* change port number to default toolbox port ([#135](https://github.com/googleapis/genai-toolbox-langchain-python/issues/135)) ([6164b09](https://github.com/googleapis/genai-toolbox-langchain-python/commit/6164b09d60412a0e3faf95c1b2e8df13b5ab7782)) -* 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)