From 22a6b226309923ddf6ca1982e813f5a273e0d427 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Apr 2025 12:56:22 +0200 Subject: [PATCH] pve: bump version to 0.9.4 Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 4d2a498..82ebce4 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.9.3" +version = "0.9.4" 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 826aa89..b026b2a 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,12 @@ +libpve-rs-perl (0.9.4) bookworm; urgency=medium + + * rebuild with proxmox-notify version 0.5.4: + + ensures a bug fix for the missing Content-Length header for webhook + notification is included. + + fix #6143: notify: allow overriding notification templates. + + -- Proxmox Support Team Tue, 08 Apr 2025 12:56:07 +0200 + libpve-rs-perl (0.9.3) bookworm; urgency=medium * fix #4234: openid: adjust openid verification function for userinfo option