diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index b3c55aa6..5acb89e0 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.17" +version = "0.1.18" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 8ea8352a..3f0cb6de 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.18-1) unstable; urgency=medium + + * Added SectionConfig (moved from proxmox-backup) + + -- Proxmox Support Team Mon, 02 Mar 2020 12:48:08 +0100 + rust-proxmox (0.1.17-1) unstable; urgency=medium * improve text-table output formatting