From 03f83dd692877a7a21b6b179bc9a2b0c49a5737e Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 30 Sep 2025 03:39:54 -0400 Subject: [PATCH] Bump version from 0.1.0 to 0.2.1 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed this before cutting 0.2.0 😮‍💨 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0dcb52c..90a3707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testscript-rs" -version = "0.1.0" +version = "0.2.1" edition = "2021" authors = ["Jason Hall"] license = "Apache-2.0"