bump version to 0.2.1-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-21 17:54:40 +01:00
parent 40e3f47b8e
commit 4b5e94a1cb
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-resource-scheduling"
version = "0.2.0"
version = "0.2.1"
authors = [
"Fiona Ebner <f.ebner@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
rust-proxmox-resource-scheduling (0.2.1-1) stable; urgency=medium
* pve static-resource scheduler: add one to scoring to avoid boosting
tiny relative differences
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2023 17:54:29 +0100
rust-proxmox-resource-scheduling (0.2.0-1) stable; urgency=medium
* pve ha: fix scoring issue when a node is overcommitted compared to others,

4
debian/control vendored
View File

@ -33,8 +33,8 @@ Provides:
librust-proxmox-resource-scheduling-0+default-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.2-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.2+default-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.2.0-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.2.0+default-dev (= ${binary:Version})
librust-proxmox-resource-scheduling-0.2.1-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.2.1+default-dev (= ${binary:Version})
Description: Proxmox library for resource scheduling - Rust source code
This package contains the source for the Rust proxmox-resource-scheduling
crate, packaged by debcargo for use with cargo and dh-cargo.