bump proxmox-async version to 0.2.0

This commit is contained in:
Dietmar Maurer 2021-11-20 16:55:39 +01:00
parent cab125297b
commit ffbf58cad3
2 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-async"
version = "0.1.0"
version = "0.2.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -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 <root@elsa> Sat, 20 Nov 2021 16:54:58 +0100
rust-proxmox-async (0.1.0) stable; urgency=medium
* imported pbs-tools/src/zip.rs