schema: bump version to 2.0.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-09-20 11:42:57 +02:00
parent bcdcb181ee
commit dc9ee73751
3 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-schema" name = "proxmox-schema"
version = "2.0.0" version = "2.0.1"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-schema (2.0.1-1) bookworm; urgency=medium
* various clippy fixes
* schema: serialize enum unit variants
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Sep 2023 11:45:55 +0200
rust-proxmox-schema (2.0.0-1) bookworm; urgency=medium rust-proxmox-schema (2.0.0-1) bookworm; urgency=medium
* update to bookworm specific release series * update to bookworm specific release series

View File

@ -45,10 +45,10 @@ Provides:
librust-proxmox-schema-2.0+api-types-dev (= ${binary:Version}), librust-proxmox-schema-2.0+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-2.0+default-dev (= ${binary:Version}), librust-proxmox-schema-2.0+default-dev (= ${binary:Version}),
librust-proxmox-schema-2.0+test-harness-dev (= ${binary:Version}), librust-proxmox-schema-2.0+test-harness-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0-dev (= ${binary:Version}), librust-proxmox-schema-2.0.1-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0+api-types-dev (= ${binary:Version}), librust-proxmox-schema-2.0.1+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0+default-dev (= ${binary:Version}), librust-proxmox-schema-2.0.1+default-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0+test-harness-dev (= ${binary:Version}) librust-proxmox-schema-2.0.1+test-harness-dev (= ${binary:Version})
Description: Proxmox api schema and validation - Rust source code Description: Proxmox api schema and validation - Rust source code
This package contains the source for the Rust proxmox-schema crate, packaged by This package contains the source for the Rust proxmox-schema crate, packaged by
debcargo for use with cargo and dh-cargo. debcargo for use with cargo and dh-cargo.
@ -59,11 +59,11 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-schema-dev (= ${binary:Version}), librust-proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-api-macro-1+default-dev (>= 1.0.4-~~) librust-proxmox-api-macro-1+default-dev (>= 1.0.5-~~)
Provides: Provides:
librust-proxmox-schema-2+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-2+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-2.0+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-2.0+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0+api-macro-dev (= ${binary:Version}) librust-proxmox-schema-2.0.1+api-macro-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "api-macro" Description: Proxmox api schema and validation - feature "api-macro"
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -79,7 +79,7 @@ Depends:
Provides: Provides:
librust-proxmox-schema-2+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-2+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-2.0+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-2.0+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-2.0.0+upid-api-impl-dev (= ${binary:Version}) librust-proxmox-schema-2.0.1+upid-api-impl-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "upid-api-impl" Description: Proxmox api schema and validation - feature "upid-api-impl"
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.