diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 6fd33ad0..f87f1626 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.1" +version = "1.1.2" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 078b3058..e3bf5c4f 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-time (1.1.2-1) stable; urgency=medium + + * calendar-events: parse 'UTC' timezone into calendareven + + -- Proxmox Support Team Thu, 02 Dec 2021 10:36:15 +0100 + rust-proxmox-time (1.1.1-1) stable; urgency=medium * time-span: implement FromStr diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index e7b0bc55..1a2b70cb 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -35,8 +35,8 @@ Provides: librust-proxmox-time-1+default-dev (= ${binary:Version}), librust-proxmox-time-1.1-dev (= ${binary:Version}), librust-proxmox-time-1.1+default-dev (= ${binary:Version}), - librust-proxmox-time-1.1.1-dev (= ${binary:Version}), - librust-proxmox-time-1.1.1+default-dev (= ${binary:Version}) + librust-proxmox-time-1.1.2-dev (= ${binary:Version}), + librust-proxmox-time-1.1.2+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code This package contains the source for the Rust proxmox-time crate, packaged by debcargo for use with cargo and dh-cargo.