From 74c3943a89381a080a353240a55c3dedeca6f855 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 23 Nov 2023 09:16:13 +0100 Subject: [PATCH] bump schema to 2.0.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/changelog | 8 ++++++++ proxmox-schema/debian/control | 14 +++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 6b693f4a..14b311d1 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "2.0.1" +version = "2.0.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index 5f474607..cf8ad3f0 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-schema (2.0.2-1) bookworm; urgency=medium + + * derive PartialEq for UPID + + * improve some error messages + + -- Proxmox Support Team Thu, 23 Nov 2023 09:16:01 +0100 + rust-proxmox-schema (2.0.1-1) bookworm; urgency=medium * various clippy fixes diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index e02daf58..9dc76b9e 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -45,10 +45,10 @@ Provides: librust-proxmox-schema-2.0+api-types-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.1-dev (= ${binary:Version}), - librust-proxmox-schema-2.0.1+api-types-dev (= ${binary:Version}), - librust-proxmox-schema-2.0.1+default-dev (= ${binary:Version}), - librust-proxmox-schema-2.0.1+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-2.0.2-dev (= ${binary:Version}), + librust-proxmox-schema-2.0.2+api-types-dev (= ${binary:Version}), + librust-proxmox-schema-2.0.2+default-dev (= ${binary:Version}), + librust-proxmox-schema-2.0.2+test-harness-dev (= ${binary:Version}) Description: Proxmox api schema and validation - Rust source code This package contains the source for the Rust proxmox-schema crate, packaged by debcargo for use with cargo and dh-cargo. @@ -59,11 +59,11 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-schema-dev (= ${binary:Version}), - librust-proxmox-api-macro-1+default-dev (>= 1.0.5-~~) + librust-proxmox-api-macro-1+default-dev (>= 1.0.6-~~) Provides: librust-proxmox-schema-2+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-2.0+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-2.0.1+api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-2.0.2+api-macro-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-macro" This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -79,7 +79,7 @@ Depends: Provides: 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.1+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-2.0.2+upid-api-impl-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "upid-api-impl" This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature.