bump proxmox-tfa to 1.2.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-02 12:54:13 +01:00
parent 0156b3fe03
commit e0df53e793
3 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-tfa"
version = "1.1.0"
version = "1.2.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,10 @@
rust-proxmox-tfa (1.2.0-1) stable; urgency=medium
* make u2f::AuthChallenge Clone + Debug
* add version field to u2f::AuthChallenge
-- Proxmox Support Team <support@proxmox.com> Tue, 02 Nov 2021 12:53:54 +0100
rust-proxmox-tfa (1.1.0-1) stable; urgency=medium
* add Totp::digits getter

View File

@ -41,10 +41,10 @@ Provides:
librust-proxmox-tfa+default-dev (= ${binary:Version}),
librust-proxmox-tfa-1-dev (= ${binary:Version}),
librust-proxmox-tfa-1+default-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1+default-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1.0-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1.0+default-dev (= ${binary:Version})
librust-proxmox-tfa-1.2-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2+default-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2.0-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2.0+default-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - Rust source code
This package contains the source for the Rust proxmox-tfa crate, packaged by
debcargo for use with cargo and dh-cargo.
@ -58,8 +58,8 @@ Depends:
librust-libc-0.2+default-dev
Provides:
librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1+libc-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1.0+libc-dev (= ${binary:Version})
librust-proxmox-tfa-1.2+libc-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2.0+libc-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
@ -73,8 +73,8 @@ Depends:
librust-serde-json-1+default-dev
Provides:
librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1.0+serde-json-dev (= ${binary:Version})
librust-proxmox-tfa-1.2+serde-json-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2.0+serde-json-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "serde_json"
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
by pulling in any additional dependencies needed by that feature.
@ -90,8 +90,8 @@ Depends:
librust-serde-json-1+default-dev
Provides:
librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-1.1.0+u2f-dev (= ${binary:Version})
librust-proxmox-tfa-1.2+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-1.2.0+u2f-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "u2f"
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.