forked from proxmox-mirrors/proxmox
bump proxmox-time version to 1.1.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
c77ab2c7e5
commit
63cecf8a69
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-time"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -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 <support@proxmox.com> Wed, 01 Dec 2021 07:16:36 +0100
|
||||
|
||||
rust-proxmox-time (1.1.0-1) stable; urgency=medium
|
||||
|
||||
* proxmox-time: remove custom error type
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user