]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-section-config to 1.0.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Oct 2022 12:06:55 +0000 (14:06 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Oct 2022 12:07:30 +0000 (14:07 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-section-config/Cargo.toml
proxmox-section-config/debian/changelog
proxmox-section-config/debian/control

index 04151355125d5312270df681bef8963dc486f782..d18a29716589e92bfc89f703b99b25f72b3ad795 100644 (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"
index b9b247a1aa0f9f4a61eac61fe9e6d5e8bc9a7dbb..6ead21bc7b5c809ed49e2f240e084e97712f1621 100644 (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`
index 96e52bbba775c68bab9776809ec2b23da2d30cd0..91aea2d33943706c550d5e1477b287dd27ea7a38 100644 (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.