From d26e921218cf93a31ba1f56604e0aec420a6f59a Mon Sep 17 00:00:00 2001 From: Tjardo Date: Sat, 14 Sep 2024 14:29:08 +0200 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1cb04..82cb291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.1 (2024-09-14) + +- Made timezone optional with `timezone` feature flag +- Re-exported `chrono_tz` crate + ## v0.1.0 (2024-09-13) - Initial release diff --git a/Cargo.toml b/Cargo.toml index 4725f10..1747b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ftail" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "Ftail is simple logging implementation for the `log` crate with support for multiple drivers."