diff --git a/Cargo.toml b/Cargo.toml index b0e1d87..f8ff18f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-resource-scheduling" -version = "0.2.1" +version = "0.3.0" authors = [ "Fiona Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 3a33ad7..9f72cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 08 May 2023 14:50:18 +0200 + rust-proxmox-resource-scheduling (0.2.1-1) stable; urgency=medium * pve static-resource scheduler: add one to scoring to avoid boosting diff --git a/debian/control b/debian/control index 195b281..b7aa5fa 100644 --- a/debian/control +++ b/debian/control @@ -31,10 +31,10 @@ Provides: librust-proxmox-resource-scheduling+default-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.2-dev (= ${binary:Version}), - librust-proxmox-resource-scheduling-0.2+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}) + librust-proxmox-resource-scheduling-0.3-dev (= ${binary:Version}), + librust-proxmox-resource-scheduling-0.3+default-dev (= ${binary:Version}), + librust-proxmox-resource-scheduling-0.3.0-dev (= ${binary:Version}), + librust-proxmox-resource-scheduling-0.3.0+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.