From b2b54920952bb7987995011a8646ea8e13cbb470 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 8 May 2026 14:40:07 -0400 Subject: [PATCH] Canary: strip -DEV suffix to release 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit End-to-end test of the prerelease-batching feature merged in ITensor/ITensorActions#110: the strip-suffix release path (0.2.0-DEV → 0.2.0) should pass VersionCheck, fire Registrator, and have `is_breaking` derived against the last released version (0.1.0) via `find_last_released_version`. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9600312..9a968ba 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorTestPackage" uuid = "843e44b4-204a-49e5-b531-f6a528cd7bee" -version = "0.2.0-DEV" +version = "0.2.0" authors = ["ITensor developers and contributors"] [workspace]