pve: bump version to 0.9.4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-08 12:56:22 +02:00
parent 3b81f9e2b5
commit 22a6b22630
2 changed files with 10 additions and 1 deletions

View File

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

View File

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