time: bump version to 2.0.3-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-26 16:53:08 +01:00
parent 17bc0ac616
commit 7200cd7e23
3 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,3 +1,10 @@
rust-proxmox-time (2.0.3-1) bookworm; urgency=medium
* also implement `From<&TimeSpan> for f64` to support taking a reference, as
we do not require ownership here.
-- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2024 16:52:28 +0100
rust-proxmox-time (2.0.2-1) bookworm; urgency=medium
* time span:

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.2-dev (= ${binary:Version}),
librust-proxmox-time-2.0.2+default-dev (= ${binary:Version})
librust-proxmox-time-2.0.3-dev (= ${binary:Version}),
librust-proxmox-time-2.0.3+default-dev (= ${binary:Version})
Description: Time utilities and TmEditor - Rust source code
Source code for Debianized Rust crate "proxmox-time"