From 0c448080c849ab82f5d6849fbfafcc3d0920b1b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 17 May 2021 11:16:46 +0200 Subject: [PATCH] bump proxmox-http to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-http/Cargo.toml | 2 +- proxmox-http/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index cc3eef65..a035c422 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition = "2018" -version = "0.1.0" +version = "0.2.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 2ef333f7..331aef2a 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-http (0.2.0-1) unstable; urgency=medium + + * complete reorganization + + -- Proxmox Support Team Mon, 17 May 2021 11:16:25 +0200 + rust-proxmox-http (0.1.0-1) unstable; urgency=medium * refactor code from proxmox-backup and proxmox into own HTTP crate