client: bump version to 1.0.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-client"
|
||||
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
||||
version = "0.5.3"
|
||||
version = "1.0.0"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-client (1.0.0-1) trixie; urgency=medium
|
||||
|
||||
* re-build for Debian Trixie based releases.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 30 May 2025 18:31:31 +0200
|
||||
|
||||
rust-proxmox-client (0.5.3-1) bookworm; urgency=medium
|
||||
|
||||
* add query builder ApiPathBuilder
|
||||
|
@ -49,15 +49,15 @@ Suggests:
|
||||
Provides:
|
||||
librust-proxmox-client+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client+perl-api-path-builder-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0+perl-api-path-builder-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5+perl-api-path-builder-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5.3+perl-api-path-builder-dev (= ${binary:Version})
|
||||
librust-proxmox-client-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1+perl-api-path-builder-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0+perl-api-path-builder-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0.0+perl-api-path-builder-dev (= ${binary:Version})
|
||||
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-client"
|
||||
|
||||
@ -73,9 +73,9 @@ Depends:
|
||||
librust-proxmox-http-1+client-dev,
|
||||
librust-proxmox-http-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5+hyper-client-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5.3+hyper-client-dev (= ${binary:Version})
|
||||
librust-proxmox-client-1+hyper-client-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0+hyper-client-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0.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.
|
||||
@ -89,9 +89,9 @@ Depends:
|
||||
librust-proxmox-login-1+http-dev,
|
||||
librust-proxmox-login-1+webauthn-dev
|
||||
Provides:
|
||||
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5+webauthn-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-0.5.3+webauthn-dev (= ${binary:Version})
|
||||
librust-proxmox-client-1+webauthn-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0+webauthn-dev (= ${binary:Version}),
|
||||
librust-proxmox-client-1.0.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.
|
||||
|
Reference in New Issue
Block a user