Skip to content

Commit f5fdc6c

Browse files
chore(main): release toolbox-llamaindex 0.6.0 (#576)
* chore(main): release toolbox-llamaindex 0.6.0 * Update CHANGELOG.md Removed miscellaneous chores section and updated changelog formatting. --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent 64f143a commit f5fdc6c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "0.6.0",
33
"packages/toolbox-core": "0.6.0",
4-
"packages/toolbox-llamaindex": "0.5.10",
4+
"packages/toolbox-llamaindex": "0.6.0",
55
"packages/toolbox-adk": "0.7.0"
66
}

packages/toolbox-llamaindex/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove legacy Native Toolbox HTTP transport ([#566](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/566))
9+
10+
### Features
11+
12+
* remove legacy Native Toolbox HTTP transport ([#566](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/566)) ([6a55554](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6a55554a1c53030fd25b6a6de44ea9603b5201a3))
13+
14+
315
## [0.5.10](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.9...toolbox-llamaindex-v0.5.10) (2026-02-27)
416

517

packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.10"
15+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)