forked from proxmox-mirrors/proxmox
schema: bump to 3.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4de22b9728
commit
3dc013bb57
@ -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" }
|
||||
|
@ -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
|
||||
|
@ -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 <support@proxmox.com> Wed, 17 Jul 2024 14:13:39 +0200
|
||||
|
||||
rust-proxmox-schema (3.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* add ip/cidr api schemas
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user