From d60b0a3ca3831e8db0e1e04476e8a65d76bcfff8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Jul 2022 14:58:48 +0200 Subject: [PATCH] bump pve-rs to 0.7.0 Signed-off-by: Wolfgang Bumiller --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 1d2eab8..b7e9948 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.6.2" +version = "0.7.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 40b94bb..e8d8816 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,13 @@ +libpve-rs-perl (0.7.0) bullseye; urgency=medium + + * add Proxmox::RS::Subscription support + + * bump proxmox-http to 0.6.4 to fix an issue with proxy authorization + + * adapt to changes in proxmox-apt + + -- Proxmox Support Team Thu, 21 Jul 2022 14:56:12 +0200 + libpve-rs-perl (0.6.2) bullseye; urgency=medium * add common apt module