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