From c94686ef26734864e0ab9a075a92c70148d254f2 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 12 Nov 2024 12:30:20 +0800 Subject: [PATCH] chore: Release logforth version 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 481c46c..912e1fa 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.16.0" +version = "0.17.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]