From e0f9aab8c1882dcbb969ad072508b5e286ecdaca Mon Sep 17 00:00:00 2001 From: "ark-hand[bot]" <315378070+ark-hand[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:47:13 +0800 Subject: [PATCH] chore(release): prepare v0.7.0 Sync-Source-Commit: 89b522e22b8794a6c4ae91c0a6b7eeb8743d5e32 Hand-Written-Reason: No Ark-APIs provenance marker; treated as a hand-written source commit. Release-Version: 0.7.0 --- VERSION | 2 +- examples/self_hosted_mcp_worker/go.mod | 4 ++-- mcp/README.md | 2 +- mcp/go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/examples/self_hosted_mcp_worker/go.mod b/examples/self_hosted_mcp_worker/go.mod index 1af5bee..63ca62a 100644 --- a/examples/self_hosted_mcp_worker/go.mod +++ b/examples/self_hosted_mcp_worker/go.mod @@ -4,8 +4,8 @@ go 1.23.0 require ( github.com/modelcontextprotocol/go-sdk v1.3.1 - github.com/volcengine/ark-runtime-go v0.6.0 - github.com/volcengine/ark-runtime-go/mcp v0.6.0 + github.com/volcengine/ark-runtime-go v0.7.0 + github.com/volcengine/ark-runtime-go/mcp v0.7.0 ) require ( diff --git a/mcp/README.md b/mcp/README.md index c11a330..348ac5a 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -51,7 +51,7 @@ a separate Go module so the main Ark Runtime SDK keeps its Go 1.20 baseline. Install the adapter with the same release version as the core SDK: ```bash -go get github.com/volcengine/ark-runtime-go/mcp@v0.6.0 +go get github.com/volcengine/ark-runtime-go/mcp@v0.7.0 ``` Each core `vMAJOR.MINOR.0` release also publishes the matching diff --git a/mcp/go.mod b/mcp/go.mod index 38951a0..8c2f591 100644 --- a/mcp/go.mod +++ b/mcp/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/modelcontextprotocol/go-sdk v1.3.1 - github.com/volcengine/ark-runtime-go v0.6.0 + github.com/volcengine/ark-runtime-go v0.7.0 ) require (