time: bump to 2.0.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-03-04 14:53:02 +01:00
parent 0c9ed7daa4
commit 986b465d48
3 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-time"
description = "time utilities and TmEditor"
version = "2.0.3"
version = "2.0.4"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-time (2.0.4-1) bookworm; urgency=medium
* add `epoch_to_http_date` helper
* update to edition 2024
-- Proxmox Support Team <support@proxmox.com> Tue, 04 Mar 2025 14:52:53 +0100
rust-proxmox-time (2.0.3-1) bookworm; urgency=medium
* also implement `From<&TimeSpan> for f64` to support taking a reference, as

View File

@ -37,7 +37,7 @@ Provides:
librust-proxmox-time-2+default-dev (= ${binary:Version}),
librust-proxmox-time-2.0-dev (= ${binary:Version}),
librust-proxmox-time-2.0+default-dev (= ${binary:Version}),
librust-proxmox-time-2.0.3-dev (= ${binary:Version}),
librust-proxmox-time-2.0.3+default-dev (= ${binary:Version})
librust-proxmox-time-2.0.4-dev (= ${binary:Version}),
librust-proxmox-time-2.0.4+default-dev (= ${binary:Version})
Description: Time utilities and TmEditor - Rust source code
Source code for Debianized Rust crate "proxmox-time"