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.