From 5ff5dd392b2a553b33784b17cb74ed345ac24266 Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Fri, 13 Mar 2026 14:21:30 -0400 Subject: [PATCH] chore: bump version to recognize .qualignore work --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce5bbb7..a914db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qualifier" -version = "0.2.0" +version = "0.3.0" edition = "2024" description = "Deterministic quality attestations for software artifacts" license = "MIT OR Apache-2.0"