bump proxmox-section-config to 2.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9c5579d755
commit
7ea502b351
@ -94,7 +94,7 @@ proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
||||
proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
|
||||
proxmox-router = { version = "2.0.0", path = "proxmox-router" }
|
||||
proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
|
||||
proxmox-section-config = { version = "1.0.2", path = "proxmox-section-config" }
|
||||
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" }
|
||||
proxmox-sys = { version = "0.5.0", path = "proxmox-sys" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-section-config"
|
||||
version = "1.0.2"
|
||||
version = "2.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,21 @@
|
||||
rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium
|
||||
|
||||
* various clippy fixes
|
||||
|
||||
* use workspace variables in Cargo.toml
|
||||
|
||||
* update two Debian 12 bookworm version
|
||||
|
||||
* add test for array schema
|
||||
|
||||
* fix handling of array schema in unknown sections
|
||||
|
||||
* make ReST dump reproducible
|
||||
|
||||
* derive Clone for SectionConfigData
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:58:43 +0200
|
||||
|
||||
rust-proxmox-section-config (1.0.2-1) stable; urgency=medium
|
||||
|
||||
* support allowing unknown section types for future-proof parsing when only
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-hex-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.5-~~) <!nocheck>,
|
||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -27,17 +27,17 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.5-~~),
|
||||
librust-proxmox-schema-2+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-section-config+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-1-dev (= ${binary:Version}),
|
||||
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.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-1.0.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-section-config-2-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.0.0+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.
|
||||
|
Loading…
Reference in New Issue
Block a user