From 8ebe7f31cfe51e26dc91ed757d83844bb1924dbf Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 19 Sep 2024 00:40:42 +0800 Subject: [PATCH] chore: Release logforth version 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1915b9a..9520f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/fast/logforth" rust-version = "1.75.0" -version = "0.11.2" +version = "0.12.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]