From ffbf58cad39afb4d32f72073b69e00e798bdd310 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 20 Nov 2021 16:55:39 +0100 Subject: [PATCH] bump proxmox-async version to 0.2.0 --- proxmox-async/Cargo.toml | 2 +- proxmox-async/debian/changelog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/proxmox-async/Cargo.toml b/proxmox-async/Cargo.toml index d32e84ff..74475529 100644 --- a/proxmox-async/Cargo.toml +++ b/proxmox-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-async" -version = "0.1.0" +version = "0.2.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-async/debian/changelog b/proxmox-async/debian/changelog index f167a644..67a2d7d4 100644 --- a/proxmox-async/debian/changelog +++ b/proxmox-async/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-async (0.2.0) stable; urgency=medium + + * improve dev docs + + * move AsyncChannelWriter to src/io + + * move TokioWriterAdapter to blocking + + * remove duplicate src/stream/wrapped_reader_stream.rs + + * split stream.rs into separate files + + * split blocking.rs into separate files + + * add copyright file + + -- root Sat, 20 Nov 2021 16:54:58 +0100 + rust-proxmox-async (0.1.0) stable; urgency=medium * imported pbs-tools/src/zip.rs