From e2cd917394f06ad02cfe2c6f219241475565ecfb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 12:02:08 +0200 Subject: [PATCH] product-config: bump to 0.2.0 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-product-config/Cargo.toml | 2 +- proxmox-product-config/debian/changelog | 8 ++++++++ proxmox-product-config/debian/control | 8 ++++---- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3c97808..6a7531b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } -proxmox-product-config = { version = "0.1.0", path = "proxmox-product-config" } +proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" } proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.3", path = "proxmox-router" } diff --git a/proxmox-product-config/Cargo.toml b/proxmox-product-config/Cargo.toml index 25c323a6..859c8bfa 100644 --- a/proxmox-product-config/Cargo.toml +++ b/proxmox-product-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-product-config" -version = "0.1.0" +version = "0.2.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-product-config/debian/changelog b/proxmox-product-config/debian/changelog index 29515a60..657d768e 100644 --- a/proxmox-product-config/debian/changelog +++ b/proxmox-product-config/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-product-config (0.2.0-1) bookworm; urgency=medium + + * add open_secret_lockfile + + * use anyhow Error for create_dir and improve error messages + + -- Proxmox Support Team Wed, 19 Jun 2024 12:01:59 +0200 + rust-proxmox-product-config (0.1.0-1) bookworm; urgency=medium * initial packaging diff --git a/proxmox-product-config/debian/control b/proxmox-product-config/debian/control index 6ff121f3..96550646 100644 --- a/proxmox-product-config/debian/control +++ b/proxmox-product-config/debian/control @@ -34,9 +34,9 @@ Provides: librust-proxmox-product-config+default-dev (= ${binary:Version}), librust-proxmox-product-config-0-dev (= ${binary:Version}), librust-proxmox-product-config-0+default-dev (= ${binary:Version}), - librust-proxmox-product-config-0.1-dev (= ${binary:Version}), - librust-proxmox-product-config-0.1+default-dev (= ${binary:Version}), - librust-proxmox-product-config-0.1.0-dev (= ${binary:Version}), - librust-proxmox-product-config-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-product-config-0.2-dev (= ${binary:Version}), + librust-proxmox-product-config-0.2+default-dev (= ${binary:Version}), + librust-proxmox-product-config-0.2.0-dev (= ${binary:Version}), + librust-proxmox-product-config-0.2.0+default-dev (= ${binary:Version}) Description: Configuration file handling for Proxmox products - Rust source code Source code for Debianized Rust crate "proxmox-product-config"