diff --git a/proxmox-section-config/Cargo.toml b/proxmox-section-config/Cargo.toml index 04151355..d18a2971 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.0" +version = "1.0.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-section-config/debian/changelog b/proxmox-section-config/debian/changelog index b9b247a1..6ead21bc 100644 --- a/proxmox-section-config/debian/changelog +++ b/proxmox-section-config/debian/changelog @@ -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 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` diff --git a/proxmox-section-config/debian/control b/proxmox-section-config/debian/control index 96e52bbb..91aea2d3 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.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.