From fab912a8edf328e77b9324f90a987b0a50d30dab Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Apr 2026 07:33:20 +0000 Subject: [PATCH] chore: bump version to 0.1.1 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 5a7293a..c4317bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skill-bench" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "TOML-based test runner for skill testing" authors = ["skill-bench contributors"]