diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c98f6df1..280c9763 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.3.7" +version = "0.3.8" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index f431e066..09b4f8c8 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox (0.3.8-1) unstable; urgency=medium + + * remove chrono dependency and related code + + * check year in epoch_to_rfc3339, new helpers strftime_local and + strftime_utc + + * new helpers epoch_i64 and epoch_f64 + + -- Proxmox Support Team Mon, 14 Sep 2020 13:40:54 +0200 + rust-proxmox (0.3.7-1) unstable; urgency=medium * implement epoch_as_rfc3339 serializer