bump proxmox-client to 0.2.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-08-09 13:22:14 +02:00
parent 604e467684
commit 2fd5502321
3 changed files with 18 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-client"
version = "0.1.0"
version = "0.2.0"
description = "Base client for proxmox APIs for handling login and ticket renewal"
authors.workspace = true
license.workspace = true

View File

@ -1,3 +1,10 @@
rust-proxmox-client (0.2.0-1) bookworm; urgency=medium
* drop nested client structs in favor of a HttpApiClient trait based method
for better wasm support
-- Proxmox Support Team <support@proxmox.com> Wed, 09 Aug 2023 13:22:06 +0200
rust-proxmox-client (0.1.0-1) bookworm; urgency=medium
* initial release

View File

@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 12),
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>,
librust-base64-0.13+default-dev <!nocheck>,
librust-hex-0.4+default-dev <!nocheck>,
librust-http-0.2+default-dev <!nocheck>,
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
@ -34,6 +35,7 @@ Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-base64-0.13+default-dev,
librust-hex-0.4+default-dev,
librust-http-0.2+default-dev,
librust-once-cell-1+default-dev (>= 1.3.1-~~),
librust-percent-encoding-2+default-dev (>= 2.1-~~),
@ -53,10 +55,10 @@ Provides:
librust-proxmox-client+default-dev (= ${binary:Version}),
librust-proxmox-client-0-dev (= ${binary:Version}),
librust-proxmox-client-0+default-dev (= ${binary:Version}),
librust-proxmox-client-0.1-dev (= ${binary:Version}),
librust-proxmox-client-0.1+default-dev (= ${binary:Version}),
librust-proxmox-client-0.1.0-dev (= ${binary:Version}),
librust-proxmox-client-0.1.0+default-dev (= ${binary:Version})
librust-proxmox-client-0.2-dev (= ${binary:Version}),
librust-proxmox-client-0.2+default-dev (= ${binary:Version}),
librust-proxmox-client-0.2.0-dev (= ${binary:Version}),
librust-proxmox-client-0.2.0+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.
@ -74,8 +76,8 @@ Depends:
librust-proxmox-http-0.9+default-dev
Provides:
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client-0.1+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client-0.1.0+hyper-client-dev (= ${binary:Version})
librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client-0.2.0+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.
@ -91,8 +93,8 @@ Depends:
librust-webauthn-rs-0.3+default-dev
Provides:
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.1+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.1.0+webauthn-dev (= ${binary:Version})
librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.2.0+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.