diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c17cb5c5..dea5ca02 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.3.6" +version = "0.3.7" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 07472d32..f431e066 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -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 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