From 94fb753078f0610765296f6d3cbf7c3ec1b6e8a1 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:33:55 +0530 Subject: [PATCH] chore: release release-testing --- .release-please-manifest.json | 2 +- packages/toolbox-core/CHANGELOG.md | 12 ++++++++++++ .../toolbox-core/src/toolbox_core/version.py | 2 +- packages/toolbox-langchain/CHANGELOG.md | 17 ++++++++++++++++- .../src/toolbox_langchain/version.py | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6182df46..a9086dfc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/toolbox-langchain":"0.1.0","packages/toolbox-core":"0.1.0"} +{"packages/toolbox-langchain":"0.1.1","packages/toolbox-core":"0.1.1"} diff --git a/packages/toolbox-core/CHANGELOG.md b/packages/toolbox-core/CHANGELOG.md index 2c373c2a..ed94912b 100644 --- a/packages/toolbox-core/CHANGELOG.md +++ b/packages/toolbox-core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/googleapis/genai-toolbox-langchain-python/compare/toolbox-core-v0.1.0...toolbox-core-v0.1.1) (2025-04-08) + + +### Features + +* Allow loading default toolset (all tools) ([#153](https://github.com/googleapis/genai-toolbox-langchain-python/issues/153)) ([0f3b4eb](https://github.com/googleapis/genai-toolbox-langchain-python/commit/0f3b4ebb55d5d4fafecf7ceb648460784b76c257)) + + +### Miscellaneous Chores + +* correct import in readme ([#154](https://github.com/googleapis/genai-toolbox-langchain-python/issues/154)) ([2825581](https://github.com/googleapis/genai-toolbox-langchain-python/commit/2825581c105189bea2ccb31beaf50001512f9a49)) + ## 0.1.0 (2025-04-04) diff --git a/packages/toolbox-core/src/toolbox_core/version.py b/packages/toolbox-core/src/toolbox_core/version.py index 702896da..5ff95198 100644 --- a/packages/toolbox-core/src/toolbox_core/version.py +++ b/packages/toolbox-core/src/toolbox_core/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" diff --git a/packages/toolbox-langchain/CHANGELOG.md b/packages/toolbox-langchain/CHANGELOG.md index e4ce5457..c620d7a6 100644 --- a/packages/toolbox-langchain/CHANGELOG.md +++ b/packages/toolbox-langchain/CHANGELOG.md @@ -1,5 +1,21 @@ # 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-08) + + +### Bug Fixes + +* **deps:** update python-nonmajor ([#148](https://github.com/googleapis/genai-toolbox-langchain-python/issues/148)) ([bc894e1](https://github.com/googleapis/genai-toolbox-langchain-python/commit/bc894e1d14823e88a3c0f24ab05b8839a3d653e0)) +* **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)) +* **main:** release toolbox-langchain 0.1.1 ([#54](https://github.com/googleapis/genai-toolbox-langchain-python/issues/54)) ([3e4edf1](https://github.com/googleapis/genai-toolbox-langchain-python/commit/3e4edf12841ed880073ac0e4e905a51c4cc7c9a9)) +* refactor layout for multiple packages ([#99](https://github.com/googleapis/genai-toolbox-langchain-python/issues/99)) ([ac43090](https://github.com/googleapis/genai-toolbox-langchain-python/commit/ac43090822fbf19a8920732e2ec3aa8b9c3130c1)) + ## 0.1.0 (2025-02-05) @@ -24,4 +40,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"