]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-async version to 0.2.0
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Nov 2021 15:55:39 +0000 (16:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Nov 2021 16:07:52 +0000 (17:07 +0100)
proxmox-async/Cargo.toml
proxmox-async/debian/changelog

index d32e84ffaaa6a1d23e2aaace4e558be54686e570..7447552925cb7a0157e3475d9f59627d9db29192 100644 (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"
index f167a644a240bade80c76416d632330902d4f004..67a2d7d491fa98e76dd1b04fe2d1b69b7cbc8f07 100644 (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