From 0789025e11bdd83847b56654d7a3e7b1f02410a7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Apr 2026 10:53:30 +0000 Subject: [PATCH] chore: bump version to 0.1.3 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 beb707d..97d7ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skill-bench" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "TOML-based test runner for skill testing" authors = ["skill-bench contributors"]