From 106a204d49ab78368e92c6e3a3add60b4fa80e8d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 3 Mar 2020 07:25:57 +0100 Subject: [PATCH] bump version to 0.1.3-1 --- Cargo.toml | 2 +- debian/changelog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36735c99..a7cd8dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.1.2" +version = "0.1.3" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index aa448bd2..c5a3a137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (0.1.3-1) unstable; urgency=medium + + * use SectionConfig from proxmox 0.1.18-1 + + * docs/administration-guide.rst: add small section to explain output-format + + * depend on proxmox 0.1.18 + + * improve cli output format + + * catalog shell improvements + + * Add zsh completion scripts + + * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers + + -- Proxmox Support Team Tue, 03 Mar 2020 07:25:23 +0100 + rust-proxmox-backup (0.1.2-1) unstable; urgency=medium * switch to debcargo to generate build-dependencies