diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 04cbcee..72d548d 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.9" +version = "0.8.10" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 504de54..60d8a33 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,15 @@ +libpve-rs-perl (0.8.10) bookworm; urgency=medium + + * use apt api implementation from the proxmox-apt crate + + * send apt update notification via proxmox-notify + + * add bindings for proxmox-shared-cache crate + + * update to current proxmox-time/tfa/sys/log crates + + -- Proxmox Support Team Fri, 09 Aug 2024 13:42:38 +0200 + libpve-rs-perl (0.8.9) bookworm; urgency=medium * update to notify 0.4: use file based notification templates