diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 915c73b47..42038e782 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/toolbox-langchain": "0.6.0", "packages/toolbox-core": "0.6.0", - "packages/toolbox-llamaindex": "0.6.0", + "packages/toolbox-llamaindex": "0.6.1", "packages/toolbox-adk": "0.7.0" } \ No newline at end of file diff --git a/packages/toolbox-llamaindex/CHANGELOG.md b/packages/toolbox-llamaindex/CHANGELOG.md index d5cfcb5e3..387a606e9 100644 --- a/packages/toolbox-llamaindex/CHANGELOG.md +++ b/packages/toolbox-llamaindex/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.6.0...toolbox-llamaindex-v0.6.1) (2026-03-17) + + +### Miscellaneous Chores + +* **deps:** update mcp toolbox server version in integration tests to v0.29.0 to v0.29.0 ([#587](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/587)) ([8e02e62](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8e02e6283e7d1ec842442b32f652829a6107d15e)) + ## [0.6.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.10...toolbox-llamaindex-v0.6.0) (2026-03-06) diff --git a/packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py b/packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py index 8f4814f32..374d0bb3f 100644 --- a/packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py +++ b/packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.0" +__version__ = "0.6.1"