bump proxmox version to 0.8.1-1

This commit is contained in:
Dietmar Maurer 2020-12-06 09:08:41 +01:00
parent c7be237b57
commit c9c28f7631
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -1,3 +1,11 @@
rust-proxmox (0.8.1-1) unstable; urgency=medium
* trait ReadExt: add read_exact_or_eof and skip_to_end
* fix example array in Cargo.toml
-- root <root@elsa> Sun, 06 Dec 2020 09:07:45 +0100
rust-proxmox (0.8.0-1) unstable; urgency=medium
* `make_tmp_file` now returns a guarded `Fd` instead of a `RawFd`