bump version to 0.3.1-1

This commit is contained in:
Dietmar Maurer 2020-08-02 11:52:25 +02:00
parent a7390a3d0e
commit f2230ad2ab
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox (0.3.1-1) unstable; urgency=medium
* Uuid: implement Serlialize/Deserialize
-- Proxmox Support Team <support@proxmox.com> Sun, 02 Aug 2020 11:51:35 +0200
rust-proxmox (0.3.0-1) unstable; urgency=medium
* change http_err macro to imply formatting and add http_bail macro