diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index afcd6726..cca73be0 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.3.0" +version = "0.3.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index b436f8b5..246a8646 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.3.1-1) unstable; urgency=medium + + * Uuid: implement Serlialize/Deserialize + + -- Proxmox Support Team Sun, 02 Aug 2020 11:51:35 +0200 + rust-proxmox (0.3.0-1) unstable; urgency=medium * change http_err macro to imply formatting and add http_bail macro