diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 28823c5..58440bb 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.6" +version = "0.8.7" 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 b7d0d4a..c6fc24a 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,17 @@ +libpve-rs-perl (0.8.7) bookworm; urgency=medium + + * notify: adapt to new matcher-based notification routing + + * notify: add bindings for smtp API calls + + * pve-rs: notify: remove notify_context for PVE + + * notify: add 'disable' parameter + + * notify: support 'origin' paramter + + -- Proxmox Support Team Fri, 17 Nov 2023 13:41:17 +0100 + libpve-rs-perl (0.8.6) bookworm; urgency=medium * re-build with newer proxmox-apt depenceny to make Ceph Reef repo available