bump version to 0.7.4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-21 15:30:34 +01:00
parent ea6ae50fff
commit df8e411e1d
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pve-rs" name = "pve-rs"
version = "0.7.3" version = "0.7.4"
authors = ["Proxmox Support Team <support@proxmox.com>"] authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018" edition = "2018"
license = "AGPL-3" license = "AGPL-3"

View File

@ -1,3 +1,18 @@
libpve-rs-perl (0.7.4) bullseye; urgency=medium
* initialize logging when shared library is loaded
* update to new TFA crate
* bump proxmox-resource-scheduling dependency to 0.2 to pull in a fix for
usage calculation for homogeneous nodes
* pve: test: resource scheduling: add test with overcommitted node
* update nix to 0.26
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2023 15:28:08 +0100
libpve-rs-perl (0.7.3) bullseye; urgency=medium libpve-rs-perl (0.7.3) bullseye; urgency=medium
* add PVE::RS::ResourceScheduling::Static and tests * add PVE::RS::ResourceScheduling::Static and tests