From e1b352b61c03a8a87cc647815d5eddb98829882f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 15 Jul 2022 20:15:11 -0400 Subject: [PATCH] Release v2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a62cc3..d8f2a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log-panics" -version = "2.0.0" +version = "2.1.0" authors = ["Steven Fackler "] license = "MIT/Apache-2.0" description = "A panic hook which logs panic messages rather than printing them"