diff --git a/Cargo.toml b/Cargo.toml index 82a9a4f..c264c52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-log-tracker" -version = "2.4.1" +version = "2.5.0" authors = ["Mira Limbeck ", "Dietmar Maurer "] edition = "2021" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index e20b1c4..2fb4924 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -rust-pmg-log-tracker (2.4.2) UNRELEASED; urgency=medium +rust-pmg-log-tracker (2.5.0) bookworm; urgency=medium - * use pico-args instead of clap for command line argument parsing + * switch from clap to pico-args for CLI argument handling - * rfc3339: move timezone offset compatibility code to old time parser + * improve date/time parsing by trying to keep calculations in UTC - -- Proxmox Support Team Mon, 26 Feb 2024 15:15:21 +0100 + * better handle switches between standard time and daylight saving times + + -- Proxmox Support Team Mon, 26 Feb 2024 17:43:34 +0100 rust-pmg-log-tracker (2.4.1) bookworm; urgency=medium