From ef49ee51952a6d4aca3e199dced2427054ba0b20 Mon Sep 17 00:00:00 2001 From: GesonAnko <59220704+Geson-anko@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:03:40 +0000 Subject: [PATCH] chore: release v0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多重起動 (--name / terminate-all)、display presets、typed LaunchOptions などの新機能と複数のバグ修正を含む minor リリース。csproj / pyproject.toml / uv.lock を 0.7.0 に lockstep bump し、CHANGELOG の [Unreleased] を [0.7.0] - 2026-06-25 に確定。 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 5 ++++- mod/src/ResoniteIO/ResoniteIO.csproj | 2 +- python/pyproject.toml | 2 +- python/uv.lock | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d0d93..418b72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ GitHub Release body. The format follows ## [Unreleased] +## [0.7.0] - 2026-06-25 + ### ✨ Added - **`resoio launch` runs multiple instances**: `launch` no longer refuses when a @@ -669,4 +671,5 @@ bridge that uses Resonite as an execution environment for AI agents (C# mod [0.5.0]: https://github.com/MLShukai/ResoniteIO/compare/v0.4.0...v0.5.0 [0.6.0]: https://github.com/MLShukai/ResoniteIO/compare/v0.5.0...v0.6.0 [0.6.1]: https://github.com/MLShukai/ResoniteIO/compare/v0.6.0...v0.6.1 -[unreleased]: https://github.com/MLShukai/ResoniteIO/compare/v0.6.1...HEAD +[0.7.0]: https://github.com/MLShukai/ResoniteIO/compare/v0.6.1...v0.7.0 +[unreleased]: https://github.com/MLShukai/ResoniteIO/compare/v0.7.0...HEAD diff --git a/mod/src/ResoniteIO/ResoniteIO.csproj b/mod/src/ResoniteIO/ResoniteIO.csproj index e99b956..0545d7f 100644 --- a/mod/src/ResoniteIO/ResoniteIO.csproj +++ b/mod/src/ResoniteIO/ResoniteIO.csproj @@ -40,7 +40,7 @@ ResoniteIO - 0.6.1 + 0.7.0 mlshukai net.mlshukai.resonite-io ResoniteIO diff --git a/python/pyproject.toml b/python/pyproject.toml index 71f6455..02ce89f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -2,7 +2,7 @@ # PyPI distribution name. The importable package / CLI command stays `resoio` # (see [tool.hatch.build.targets.wheel] below and [project.scripts]). name = "resonite-io" -version = "0.6.1" +version = "0.7.0" description = "Python client for Resonite IO" readme = "README.md" authors = [{ name = "mlshukai" }] diff --git a/python/uv.lock b/python/uv.lock index 2a26b29..33e8805 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -1116,7 +1116,7 @@ wheels = [ [[package]] name = "resonite-io" -version = "0.6.1" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "argcomplete" },