From feb9a7b522dac631bcc1bea2034c95f6edce7237 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Mon, 19 Aug 2024 16:46:11 -0700 Subject: [PATCH] Bump to `v0.3.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88a11fb..f10438a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny_bail" -version = "0.2.0" +version = "0.3.0" authors = ["Ben Frankel"] edition = "2021" description = "Small but flexible macros for bailing on failure."