diff --git a/Cargo.toml b/Cargo.toml index 209daa56..ca0527af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" } proxmox-rest-server = { version = "0.6.0", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.5", path = "proxmox-router" } -proxmox-schema = { version = "3.1.1", path = "proxmox-schema" } +proxmox-schema = { version = "3.1.2", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" } diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 1b9145b3..f3aea3e1 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "3.1.1" +version = "3.1.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index 9ccb41aa..f05c3729 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-schema (3.1.2-1) bookworm; urgency=medium + + * drop trailing whitespaces in wrap_text + + * wrap_text now works by paragraphs + + * drop trailing newline in proeprty descriptions + + * use const blocks in thread_local! calls + + * various clippy fixes + + -- Proxmox Support Team Wed, 17 Jul 2024 14:13:39 +0200 + rust-proxmox-schema (3.1.1-1) bookworm; urgency=medium * add ip/cidr api schemas diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index 001158ab..f7db229b 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -43,9 +43,9 @@ Provides: librust-proxmox-schema-3.1-dev (= ${binary:Version}), librust-proxmox-schema-3.1+default-dev (= ${binary:Version}), librust-proxmox-schema-3.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1+default-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.2-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.2+default-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.2+test-harness-dev (= ${binary:Version}) Description: Proxmox api schema and validation - Rust source code Source code for Debianized Rust crate "proxmox-schema" @@ -59,7 +59,7 @@ Depends: Provides: librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1+api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.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. @@ -74,7 +74,7 @@ Depends: Provides: librust-proxmox-schema-3+api-types-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1+api-types-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.2+api-types-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-types" This metapackage enables feature "api-types" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -90,7 +90,7 @@ Depends: Provides: librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-3.1+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.1+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.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.