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