bump proxmox version to 0.3.7

This commit is contained in:
Dietmar Maurer 2020-09-13 16:15:59 +02:00
parent b975317a47
commit 99351a7752
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.3.6"
version = "0.3.7"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,15 @@
rust-proxmox (0.3.7-1) unstable; urgency=medium
* implement epoch_as_rfc3339 serializer
* email.rs: avoid chrono dependency
* time.rs: add epoch_to_rfc_3339 and parse_rfc_3339
* tm_editor.rs: copied from proxmox backup
-- Proxmox Support Team <support@proxmox.com> Sun, 13 Sep 2020 16:15:31 +0200
rust-proxmox (0.3.6-1) unstable; urgency=medium
* proxmox/src/tools/time.rs: add strftime bindings