bump proxmox version to 0.3.8-1

This commit is contained in:
Dietmar Maurer 2020-09-14 13:41:14 +02:00
parent c295aa961c
commit 8cb07ac905
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -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 <support@proxmox.com> Mon, 14 Sep 2020 13:40:54 +0200
rust-proxmox (0.3.7-1) unstable; urgency=medium
* implement epoch_as_rfc3339 serializer