]> git.proxmox.com Git - proxmox.git/commitdiff
schema: bump to 3.1.4-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 28 Aug 2024 12:45:07 +0000 (14:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 28 Aug 2024 12:51:23 +0000 (14:51 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/Cargo.toml
proxmox-schema/debian/changelog
proxmox-schema/debian/control

index 894fb8de9a24499e0156d825af2e91ab6aa4049b..303b842ac9c0daef2c62a0d55abaccdd54a5bcda 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-schema"
-version = "3.1.3"
+version = "3.1.4"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 5182223acf2618fe03bab72ef33fd63fa24f1f4a..3359a8c60a700a1bbb4d367c165aeb375f0f80a0 100644 (file)
@@ -1,3 +1,15 @@
+rust-proxmox-schema (3.1.4-1) bookworm; urgency=medium
+
+  * make Schema::any_object a const fn
+
+  * add Schema::unwrap_any_object_schema as const fn
+
+  * seal ObjectSchemaType
+
+  * assert that dyn ObjectSchemaType is Send + Sync
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Aug 2024 14:50:58 +0200
+
 rust-proxmox-schema (3.1.3-1) bookworm; urgency=medium
 
   * replace lazy_static dependency with std's LazyLock
index 84751cf02a03e89a7da02fd8b756052c2919a814..7d42f8a4ba14686e0f3eee5581a14682a38c4708 100644 (file)
@@ -41,9 +41,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.3-dev (= ${binary:Version}),
- librust-proxmox-schema-3.1.3+default-dev (= ${binary:Version}),
- librust-proxmox-schema-3.1.3+test-harness-dev (= ${binary:Version})
+ librust-proxmox-schema-3.1.4-dev (= ${binary:Version}),
+ librust-proxmox-schema-3.1.4+default-dev (= ${binary:Version}),
+ librust-proxmox-schema-3.1.4+test-harness-dev (= ${binary:Version})
 Description: Proxmox api schema and validation - Rust source code
  Source code for Debianized Rust crate "proxmox-schema"
 
@@ -57,7 +57,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.3+api-macro-dev (= ${binary:Version})
+ librust-proxmox-schema-3.1.4+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.
@@ -72,7 +72,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.3+api-types-dev (= ${binary:Version})
+ librust-proxmox-schema-3.1.4+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.
@@ -88,7 +88,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.3+upid-api-impl-dev (= ${binary:Version})
+ librust-proxmox-schema-3.1.4+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.