diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index eb7fad06..6fd33ad0 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.0" +version = "1.1.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index a356c07e..078b3058 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,4 +1,18 @@ -rust-proxmox-time (1.1.0-1) unstable; urgency=medium +rust-proxmox-time (1.1.1-1) stable; urgency=medium + + * time-span: implement FromStr + + * calendar_events: implement FromStr + + * calendar-events: make compute_next_event a method + + * calendar-events: make hour optional + + * calendar-events: implement repeated ranges + + -- Proxmox Support Team Wed, 01 Dec 2021 07:16:36 +0100 + +rust-proxmox-time (1.1.0-1) stable; urgency=medium * proxmox-time: remove custom error type diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index 31cf2d34..e7b0bc55 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.0-dev (= ${binary:Version}), - librust-proxmox-time-1.1.0+default-dev (= ${binary:Version}) + librust-proxmox-time-1.1.1-dev (= ${binary:Version}), + librust-proxmox-time-1.1.1+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.