diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml index 2f0dde7a..26facaf2 100644 --- a/proxmox-client/Cargo.toml +++ b/proxmox-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-client" -version = "0.3.0" +version = "0.3.1" description = "Base client for proxmox APIs for handling login and ticket renewal" authors.workspace = true license.workspace = true diff --git a/proxmox-client/debian/changelog b/proxmox-client/debian/changelog index 8c433fd8..e019d436 100644 --- a/proxmox-client/debian/changelog +++ b/proxmox-client/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-client (0.3.1-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 3 + + * fix post_without_body actually using POST instead of PUT + + -- Proxmox Support Team Fri, 02 Feb 2024 14:05:22 +0100 + rust-proxmox-client (0.3.0-1) bookworm; urgency=medium * add `post_without_body()` to HttpApiClient diff --git a/proxmox-client/debian/control b/proxmox-client/debian/control index a31549d2..d2fa4d8a 100644 --- a/proxmox-client/debian/control +++ b/proxmox-client/debian/control @@ -14,15 +14,15 @@ Build-Depends: debhelper (>= 12), librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-login-0.1+default-dev , librust-proxmox-login-0.1+http-dev , - librust-proxmox-schema-2+api-macro-dev , - librust-proxmox-schema-2+default-dev , + librust-proxmox-schema-3+api-macro-dev , + librust-proxmox-schema-3+default-dev , librust-proxmox-section-config-2+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-json-1+default-dev , librust-serde-plain-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-client @@ -41,8 +41,8 @@ Depends: librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-login-0.1+default-dev, librust-proxmox-login-0.1+http-dev, - librust-proxmox-schema-2+api-macro-dev, - librust-proxmox-schema-2+default-dev, + librust-proxmox-schema-3+api-macro-dev, + librust-proxmox-schema-3+default-dev, librust-proxmox-section-config-2+default-dev, librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, @@ -57,11 +57,10 @@ Provides: librust-proxmox-client-0+default-dev (= ${binary:Version}), librust-proxmox-client-0.3-dev (= ${binary:Version}), librust-proxmox-client-0.3+default-dev (= ${binary:Version}), - librust-proxmox-client-0.3.0-dev (= ${binary:Version}), - librust-proxmox-client-0.3.0+default-dev (= ${binary:Version}) + librust-proxmox-client-0.3.1-dev (= ${binary:Version}), + librust-proxmox-client-0.3.1+default-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code - This package contains the source for the Rust proxmox-client crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-client" Package: librust-proxmox-client+hyper-client-dev Architecture: any @@ -77,7 +76,7 @@ Depends: Provides: librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}), librust-proxmox-client-0.3+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.3.0+hyper-client-dev (= ${binary:Version}) + librust-proxmox-client-0.3.1+hyper-client-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client" This metapackage enables feature "hyper-client" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature. @@ -94,7 +93,7 @@ Depends: Provides: librust-proxmox-client-0+webauthn-dev (= ${binary:Version}), librust-proxmox-client-0.3+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.3.0+webauthn-dev (= ${binary:Version}) + librust-proxmox-client-0.3.1+webauthn-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn" This metapackage enables feature "webauthn" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature.