From 4743ee47de1a07ec49e4f684f8af7b5a09d0f36b Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Wed, 19 Oct 2022 16:25:54 +0100 Subject: [PATCH] Release 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd88356..f1db902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_logger" -version = "2.3.0" +version = "3.0.0" license = "MIT" authors = ["Sam Clements "] description = "A logger that prints all messages with a readable output format"