From ad96a9f48be5ad1a62ab9d0a1d41d280930f1e86 Mon Sep 17 00:00:00 2001 From: cocuh Date: Thu, 12 Jun 2025 14:59:03 +0900 Subject: [PATCH] Increment minor version: 0.0.3 -> 0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a991c0..a0fa5f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assertor" -version = "0.0.3" +version = "0.0.4" description = "Fluent assertion library with readable failure messages." license = "Apache-2.0" repository = "https://github.com/google/assertor"