diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 87753a5b..fac9257c 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.1.1" +version = "0.1.2" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index fc21ea10..ebb7151f 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.1.2) unstable; urgency=medium + + * fix test for wrong logrotate path + + -- Proxmox Support Team Mon, 22 Nov 2021 10:30:38 +0100 + rust-proxmox-sys (0.1.1) stable; urgency=medium * rebuild with base64 0.13