mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 22:12:48 +00:00
bump proxmox-async version to 0.2.0
This commit is contained in:
parent
cab125297b
commit
ffbf58cad3
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-async"
|
name = "proxmox-async"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -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
|
rust-proxmox-async (0.1.0) stable; urgency=medium
|
||||||
|
|
||||||
* imported pbs-tools/src/zip.rs
|
* imported pbs-tools/src/zip.rs
|
||||||
|
Loading…
Reference in New Issue
Block a user