From 9d29aad4635a7a592de010546e886138794caf4e Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Mon, 20 Apr 2026 18:18:06 +0900 Subject: [PATCH] chore(release): bump version to 2.0.0 Update the Rust package manifest to 2.0.0 so CLI version reporting and release-related flows pick up the new version from Cargo metadata. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4653a5a..d304e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdrs-client-rust" -version = "0.1.1" +version = "2.0.0" edition = "2024" license = "MIT" authors = ["Neuroinformatics Unit, RIKEN CBS"]