Skip to content

Commit c84c857

Browse files
chore(main): release toolbox-core 0.6.1
1 parent 8e02e62 commit c84c857

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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",
3-
"packages/toolbox-core": "0.6.0",
3+
"packages/toolbox-core": "0.6.1",
44
"packages/toolbox-llamaindex": "0.6.0",
55
"packages/toolbox-adk": "0.7.0"
66
}

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.6.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.6.0...toolbox-core-v0.6.1) (2026-03-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **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))
9+
310
## [0.6.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.10...toolbox-core-v0.6.0) (2026-03-03)
411

512

packages/toolbox-core/src/toolbox_core/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.6.0"
15+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)