From f2fefb7ffdc59497394052f90cd6a11819660d3b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2025 12:17:14 +0100 Subject: [PATCH] section-config: bump to 2.1.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-section-config/Cargo.toml | 2 +- proxmox-section-config/debian/changelog | 8 ++++++++ proxmox-section-config/debian/control | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/proxmox-section-config/Cargo.toml b/proxmox-section-config/Cargo.toml index dd4dfc52..4796a6bf 100644 --- a/proxmox-section-config/Cargo.toml +++ b/proxmox-section-config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-section-config" description = "proxmox schema based section config format parsing" -version = "2.1.1" +version = "2.1.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-section-config/debian/changelog b/proxmox-section-config/debian/changelog index fff1b41d..4b1484be 100644 --- a/proxmox-section-config/debian/changelog +++ b/proxmox-section-config/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-section-config (2.1.2-1) bookworm; urgency=medium + + * update to proxmox-schema 4.0, use builder pattern for ObjectSchema + + * documentation improvements + + -- Proxmox Support Team Wed, 15 Jan 2025 12:17:07 +0100 + rust-proxmox-section-config (2.1.1-1) bookworm; urgency=medium * make typed data usable with `.with_type_key()` diff --git a/proxmox-section-config/debian/control b/proxmox-section-config/debian/control index d6765156..722225b3 100644 --- a/proxmox-section-config/debian/control +++ b/proxmox-section-config/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), librust-anyhow-1+default-dev , librust-hex-0.4+default-dev , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-schema-4+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team @@ -28,7 +28,7 @@ Depends: librust-anyhow-1+default-dev, librust-hex-0.4+default-dev, librust-proxmox-lang-1+default-dev (>= 1.3-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-schema-4+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev Provides: @@ -37,7 +37,7 @@ Provides: librust-proxmox-section-config-2+default-dev (= ${binary:Version}), librust-proxmox-section-config-2.1-dev (= ${binary:Version}), librust-proxmox-section-config-2.1+default-dev (= ${binary:Version}), - librust-proxmox-section-config-2.1.1-dev (= ${binary:Version}), - librust-proxmox-section-config-2.1.1+default-dev (= ${binary:Version}) + librust-proxmox-section-config-2.1.2-dev (= ${binary:Version}), + librust-proxmox-section-config-2.1.2+default-dev (= ${binary:Version}) Description: Proxmox schema based section config format parsing - Rust source code Source code for Debianized Rust crate "proxmox-section-config"