From 71d162183de2178e42cf44b701a488cdba741129 Mon Sep 17 00:00:00 2001 From: tison Date: Sat, 7 Dec 2024 16:13:24 +0800 Subject: [PATCH] chore: Release logforth version 0.19.0 Signed-off-by: tison --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6627e0e..7b6fb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [0.19.0] 2024-12-07 * `module_path` is replaced by `target` in `JsonLayout` and `TextLayout` ([#82](https://github.com/fast/logforth/pull/82)). * Error perform logging now prints error in Debug format ([#84](https://github.com/fast/logforth/pull/84)) diff --git a/Cargo.toml b/Cargo.toml index 574f8f5..4f172d8 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.18.1" +version = "0.19.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]