From fb96a82c274f92eff417904e6e819f25f3b51ccc Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Tue, 30 Apr 2024 16:59:47 +0100 Subject: [PATCH] Release 5.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b107b09..8f03266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_logger" -version = "4.3.3" +version = "5.0.0" license = "MIT" authors = ["Sam Clements "] description = "A logger that prints all messages with a readable output format"