pve: bump version to 0.9.3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-04 19:44:48 +02:00
parent ab59f5a772
commit 02c8ef8e85
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pve-rs"
version = "0.9.2"
version = "0.9.3"
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,11 @@
libpve-rs-perl (0.9.3) bookworm; urgency=medium
* fix #4234: openid: adjust openid verification function for userinfo option
* log: use new logging builder, print to stderr and journald
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Apr 2025 19:45:17 +0200
libpve-rs-perl (0.9.2) bookworm; urgency=medium
* move openid code from pve-rs to common with backward compatible wrappers