From 7c49ea90882e10208d65281ecae662514002ca40 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 26 Feb 2024 17:47:59 +0100 Subject: [PATCH] bump version to 2.5.0 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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 -- 2.39.2