diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index ee80edf6..eb6c87a9 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-tfa" -version = "1.1.0" +version = "1.2.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index e783db49..07f007ea 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -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 Tue, 02 Nov 2021 12:53:54 +0100 + rust-proxmox-tfa (1.1.0-1) stable; urgency=medium * add Totp::digits getter diff --git a/proxmox-tfa/debian/control b/proxmox-tfa/debian/control index ef2240cb..1149ec74 100644 --- a/proxmox-tfa/debian/control +++ b/proxmox-tfa/debian/control @@ -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.