pve: bump version to 0.8.10

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-09 13:46:22 +02:00
parent ea4d87816b
commit cdc792005e
2 changed files with 13 additions and 1 deletions

View File

@ -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 <support@proxmox.com>"]

View File

@ -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 <support@proxmox.com> 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