From 68fe8baf95c764d7d5e02c7ce175649a94f1b8c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 16 Aug 2023 14:32:06 +0200 Subject: [PATCH] bump proxmox-client to 0.2.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-client/Cargo.toml | 2 +- proxmox-client/debian/changelog | 12 ++++++++++++ proxmox-client/debian/control | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml index f1151447..12414ea6 100644 --- a/proxmox-client/Cargo.toml +++ b/proxmox-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-client" -version = "0.2.0" +version = "0.2.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 b0e574f7..31d597cc 100644 --- a/proxmox-client/debian/changelog +++ b/proxmox-client/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-client (0.2.1-1) bookworm; urgency=medium + + * expose `AuthenticationKind` + + * add `set_authentication` method + + * deprecate `use_api_token` method (superseeded by `set_authentication`) + + * add convenience helper to get a serialized ticket + + -- Proxmox Support Team Wed, 16 Aug 2023 14:31:59 +0200 + rust-proxmox-client (0.2.0-1) bookworm; urgency=medium * drop nested client structs in favor of a HttpApiClient trait based method diff --git a/proxmox-client/debian/control b/proxmox-client/debian/control index da21659c..d073a2a7 100644 --- a/proxmox-client/debian/control +++ b/proxmox-client/debian/control @@ -57,8 +57,8 @@ Provides: librust-proxmox-client-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}) + librust-proxmox-client-0.2.1-dev (= ${binary:Version}), + librust-proxmox-client-0.2.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. @@ -77,7 +77,7 @@ Depends: Provides: librust-proxmox-client-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}) + librust-proxmox-client-0.2.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 +94,7 @@ Depends: Provides: librust-proxmox-client-0+webauthn-dev (= ${binary:Version}), librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.2.0+webauthn-dev (= ${binary:Version}) + librust-proxmox-client-0.2.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.