From f8ea74dfc1d70d90c192f2f74435be807c25e89a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 3 Jul 2020 13:01:00 +0200 Subject: [PATCH] bump version to 0.1.42-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 184b7a70..cc492c6b 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.41" +version = "0.1.42" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 696d8b33..3498deb6 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox (0.1.42-1) unstable; urgency=medium + + * tools: add Websocket helper + + * sys/linux: add PTY helper + + * tools: add ByteBuffer + + * cleanup: libc has 'getrandom' since 0.2.59 + + -- Proxmox Support Team Fri, 03 Jul 2020 13:00:44 +0200 + rust-proxmox (0.1.41-1) unstable; urgency=medium * api/router: percent decode the components of the uri