From bb99cb58c084b16075558e19420b1ab27a6119c7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Apr 2026 10:31:48 +0000 Subject: [PATCH] chore: bump version to 0.1.2 Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4317bc..beb707d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skill-bench" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "TOML-based test runner for skill testing" authors = ["skill-bench contributors"]