From 7a0a7984fe746bea8d0341d09adac6a58c84309c 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: b55a68442d0826be6e52e2306f6b4cdf41d8d47d Hand-Written-Reason: No Ark-APIs provenance marker; treated as a hand-written source commit. Release-Version: 0.7.0 --- README.md | 4 ++-- VERSION | 2 +- examples/self_hosted_mcp_worker/README.md | 4 ++-- examples/self_hosted_mcp_worker/pom.xml | 4 ++-- mcp/README.md | 2 +- mcp/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6bb978a..ca329cf 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ The official Java library for accessing ModelArk on Volcengine and BytePlus. It com.volcengine ark-runtime - 0.6.0 + 0.7.0 ``` ### Gradle ```groovy -implementation 'com.volcengine:ark-runtime:0.6.0' +implementation 'com.volcengine:ark-runtime:0.7.0' ``` ## Choose Volcengine or BytePlus 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/README.md b/examples/self_hosted_mcp_worker/README.md index 8b407da..05d171b 100644 --- a/examples/self_hosted_mcp_worker/README.md +++ b/examples/self_hosted_mcp_worker/README.md @@ -10,7 +10,7 @@ creating a Session. Printing declarations does not update the Agent automatically. The same MCP tool list is registered with the worker for execution, and the example reads every `tools/list` page. -Build the standalone example after `ark-runtime` and `ark-runtime-mcp` 0.6.0 +Build the standalone example after `ark-runtime` and `ark-runtime-mcp` 0.7.0 are available in Maven Central or installed in the local Maven repository: ```bash @@ -38,7 +38,7 @@ following control-plane fields manually: # Optional, for example when testing against staging: # export ARK_BASE_URL=https://example.com/api/v3 - JAR=examples/self_hosted_mcp_worker/target/ark-runtime-self-hosted-mcp-example-0.6.0-jar-with-dependencies.jar + JAR=examples/self_hosted_mcp_worker/target/ark-runtime-self-hosted-mcp-example-0.7.0-jar-with-dependencies.jar java -jar "$JAR" -- java -cp "$JAR" \ com.volcengine.ark.runtime.examples.selfhostedmcp.McpEchoServer ``` diff --git a/examples/self_hosted_mcp_worker/pom.xml b/examples/self_hosted_mcp_worker/pom.xml index 6c13c25..6610076 100644 --- a/examples/self_hosted_mcp_worker/pom.xml +++ b/examples/self_hosted_mcp_worker/pom.xml @@ -6,12 +6,12 @@ com.volcengine ark-runtime-self-hosted-mcp-example - 0.6.0 + 0.7.0 UTF-8 17 - 0.6.0 + 0.7.0 3.7.1 3.14.1 diff --git a/mcp/README.md b/mcp/README.md index 94f9bce..b24758f 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -49,7 +49,7 @@ Use the same release version for the core SDK and this adapter: com.volcengine ark-runtime-mcp - 0.6.0 + 0.7.0 ``` diff --git a/mcp/pom.xml b/mcp/pom.xml index 0cde82a..b593f95 100644 --- a/mcp/pom.xml +++ b/mcp/pom.xml @@ -6,7 +6,7 @@ com.volcengine ark-runtime-mcp - 0.6.0 + 0.7.0 jar ark-runtime-mcp @@ -37,7 +37,7 @@ UTF-8 17 - 0.6.0 + 0.7.0 2.0.0 2.20 2.20.0 diff --git a/pom.xml b/pom.xml index cbbc5ef..02ab9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.volcengine ark-runtime - 0.6.0 + 0.7.0 jar ark-runtime