bump version to 2.5.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-02-26 17:47:59 +01:00
parent 986457203c
commit 7c49ea9088
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pmg-log-tracker"
version = "2.4.1"
version = "2.5.0"
authors = ["Mira Limbeck <m.limbeck@proxmox.com>", "Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2021"
license = "AGPL-3"

10
debian/changelog vendored
View File

@ -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 <support@proxmox.com> Mon, 26 Feb 2024 15:15:21 +0100
* better handle switches between standard time and daylight saving times
-- Proxmox Support Team <support@proxmox.com> Mon, 26 Feb 2024 17:43:34 +0100
rust-pmg-log-tracker (2.4.1) bookworm; urgency=medium