From dace74a5561a63e77f61b51d409361d93e432417 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 23 Nov 2021 11:31:27 +0100 Subject: [PATCH] bump proxmox-sys version to 0.2.0 Signed-off-by: Dietmar Maurer --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 738c2d8a..492ec95c 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.1.2" +version = "0.2.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index ebb7151f..ed5848f7 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-sys (0.2.0) unstable; urgency=medium + + * moved code from proxmox crate + + * imported code from proxmox-backup/pbs-tools + - pbs-tools/src/command.rs + - pbs-tools/src/acl.rs + - pbs-tool/src/xattr.rs + - pbs-tools/src/fs.rs + + -- Proxmox Support Team Tue, 23 Nov 2021 11:30:42 +0100 + rust-proxmox-sys (0.1.2) unstable; urgency=medium * fix test for wrong logrotate path @@ -23,4 +35,3 @@ rust-proxmox-sys (0.1.0) stable; urgency=medium * initial release -- Proxmox Support Team Fri, 19 Nov 2021 09:44:01 +0100 -