From 3d4fd8d04867cbfc7ddecf2e85ef048e97782ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6lfer?= Date: Fri, 30 Jan 2026 18:15:16 +0100 Subject: [PATCH] chore: bump version to v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd71362..92a8c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chkr" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index f00fd0c..b77e9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chkr" -version = "0.2.0" +version = "0.3.0" edition = "2024" [dependencies]