bump proxmox-section-config to 1.0.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-11-28 09:29:29 +01:00
parent c39d04c33e
commit d513ef7836
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-section-config"
version = "1.0.1"
version = "1.0.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -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 <support@proxmox.com> Mon, 28 Nov 2022 09:28:17 +0100
rust-proxmox-section-config (1.0.1-1) stable; urgency=medium
* expose 'order' in SectionConfig

View File

@ -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.