bump version to 0.1.42-1

This commit is contained in:
Dietmar Maurer 2020-07-03 13:01:00 +02:00
parent 68bddb9fed
commit f8ea74dfc1
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.1.41"
version = "0.1.42"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -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 <support@proxmox.com> 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