bump proxmox-section-config to 1.0.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-10-24 14:06:55 +02:00
parent c8f26ee0ea
commit 208d4ffac6
3 changed files with 11 additions and 3 deletions

View File

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

View File

@ -1,3 +1,11 @@
rust-proxmox-section-config (1.0.1-1) stable; urgency=medium
* expose 'order' in SectionConfig
* support 'additionalProperties' in sections
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Oct 2022 14:05:58 +0200
rust-proxmox-section-config (1.0.0-1) stable; urgency=medium
* initial split out of `librust-proxmox-dev`

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.0-dev (= ${binary:Version}),
librust-proxmox-section-config-1.0.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})
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.