bump version to 0.3.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-08 14:50:28 +02:00
parent 235888a390
commit ba581d9832
3 changed files with 11 additions and 5 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-proxmox-resource-scheduling (0.3.0-1) bookworm; urgency=medium
* re-build for Debian 12 Bookworm based Proxmox VE 8.x release series
-- Proxmox Support Team <support@proxmox.com> Mon, 08 May 2023 14:50:18 +0200
rust-proxmox-resource-scheduling (0.2.1-1) stable; urgency=medium rust-proxmox-resource-scheduling (0.2.1-1) stable; urgency=medium
* pve static-resource scheduler: add one to scoring to avoid boosting * pve static-resource scheduler: add one to scoring to avoid boosting

8
debian/control vendored
View File

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