From f2230ad2abe55db4e533941fa637ffd2ccb0cfa5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 2 Aug 2020 11:52:25 +0200 Subject: [PATCH] bump version to 0.3.1-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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