diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 1dc3a7fd..50e3fb31 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.2.0" +version = "0.2.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 9ba6a75e..6d23965f 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox (0.2.1-1) unstable; urgency=medium + + * improve byte buffer + + * add WebSocket implementation + + * improve error handling and clippy lint fixes + + -- Proxmox Support Team Thu, 23 Jul 2020 12:03:44 +0200 + rust-proxmox (0.2.0-1) unstable; urgency=medium * bump api-macro dependency to 0.2.0