From d513ef78361cbdb505b4e0e6dbf74b1a10ee987e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 28 Nov 2022 09:29:29 +0100 Subject: [PATCH] bump proxmox-section-config to 1.0.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-section-config/Cargo.toml | 2 +- proxmox-section-config/debian/changelog | 7 +++++++ proxmox-section-config/debian/control | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/proxmox-section-config/Cargo.toml b/proxmox-section-config/Cargo.toml index d18a2971..74967e1b 100644 --- a/proxmox-section-config/Cargo.toml +++ b/proxmox-section-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-section-config" -version = "1.0.1" +version = "1.0.2" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-section-config/debian/changelog b/proxmox-section-config/debian/changelog index 6ead21bc..c4247938 100644 --- a/proxmox-section-config/debian/changelog +++ b/proxmox-section-config/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-section-config (1.0.2-1) stable; urgency=medium + + * support allowing unknown section types for future-proof parsing when only + interested in a limited subset of section types + + -- Proxmox Support Team Mon, 28 Nov 2022 09:28:17 +0100 + rust-proxmox-section-config (1.0.1-1) stable; urgency=medium * expose 'order' in SectionConfig diff --git a/proxmox-section-config/debian/control b/proxmox-section-config/debian/control index 91aea2d3..f98cb0f9 100644 --- a/proxmox-section-config/debian/control +++ b/proxmox-section-config/debian/control @@ -35,8 +35,8 @@ Provides: librust-proxmox-section-config-1+default-dev (= ${binary:Version}), librust-proxmox-section-config-1.0-dev (= ${binary:Version}), librust-proxmox-section-config-1.0+default-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0.1-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0.1+default-dev (= ${binary:Version}) + librust-proxmox-section-config-1.0.2-dev (= ${binary:Version}), + librust-proxmox-section-config-1.0.2+default-dev (= ${binary:Version}) Description: Proxmox schema based section config format parsing - Rust source code This package contains the source for the Rust proxmox-section-config crate, packaged by debcargo for use with cargo and dh-cargo.