From c506962e752410278e6c74b9945ba5961c465c43 Mon Sep 17 00:00:00 2001 From: Peter Todorov Date: Tue, 3 Sep 2024 15:59:40 +0300 Subject: [PATCH] 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 701aab5..bb03b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dontpanic" description = "Get instant notifications about any panic!(); in your codebase." -version = "0.2.3" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Peter Todorov "]