From 1d72829310d229a0d573cb4325ff27037a9a6272 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 12 Jan 2022 15:47:12 +0100 Subject: [PATCH] proxmox-async: bump version to 0.3.1 Signed-off-by: Thomas Lamprecht --- proxmox-async/Cargo.toml | 2 +- proxmox-async/debian/changelog | 6 ++++++ proxmox-async/debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/proxmox-async/Cargo.toml b/proxmox-async/Cargo.toml index f9a5b01c..e2da3a84 100644 --- a/proxmox-async/Cargo.toml +++ b/proxmox-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-async" -version = "0.3.0" +version = "0.3.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-async/debian/changelog b/proxmox-async/debian/changelog index 28bf15c9..c008e081 100644 --- a/proxmox-async/debian/changelog +++ b/proxmox-async/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-async (0.3.1) unstable; urgency=medium + + * fix #3618: proxmox-async: zip: add conditional EFS flag to zip files + + -- Proxmox Support Team Wed, 12 Jan 2022 15:46:48 +0100 + rust-proxmox-async (0.3.0) unstable; urgency=medium * rebuild using proxmox-sys 0.2.0 diff --git a/proxmox-async/debian/control b/proxmox-async/debian/control index b705529c..fdda723c 100644 --- a/proxmox-async/debian/control +++ b/proxmox-async/debian/control @@ -65,8 +65,8 @@ Provides: librust-proxmox-async-0+default-dev (= ${binary:Version}), librust-proxmox-async-0.3-dev (= ${binary:Version}), librust-proxmox-async-0.3+default-dev (= ${binary:Version}), - librust-proxmox-async-0.3.0-dev (= ${binary:Version}), - librust-proxmox-async-0.3.0+default-dev (= ${binary:Version}) + librust-proxmox-async-0.3.1-dev (= ${binary:Version}), + librust-proxmox-async-0.3.1+default-dev (= ${binary:Version}) Description: Proxmox async/tokio helpers - Rust source code This package contains the source for the Rust proxmox-async crate, packaged by debcargo for use with cargo and dh-cargo.