diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index 13638e59..ee80edf6 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-tfa" -version = "1.0.0" +version = "1.1.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index 1e213023..e783db49 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-tfa (1.1.0-1) stable; urgency=medium + + * add Totp::digits getter + + -- Proxmox Support Team Fri, 29 Oct 2021 14:31:53 +0200 + rust-proxmox-tfa (1.0.0-1) stable; urgency=medium * initial split out of `librust-proxmox-dev` diff --git a/proxmox-tfa/debian/control b/proxmox-tfa/debian/control index 9bc63ca0..ef2240cb 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.0-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0+default-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0.0-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0.0+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}) 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.0+libc-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0.0+libc-dev (= ${binary:Version}) + librust-proxmox-tfa-1.1+libc-dev (= ${binary:Version}), + librust-proxmox-tfa-1.1.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.0+serde-json-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0.0+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}) 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.0+u2f-dev (= ${binary:Version}), - librust-proxmox-tfa-1.0.0+u2f-dev (= ${binary:Version}) + librust-proxmox-tfa-1.1+u2f-dev (= ${binary:Version}), + librust-proxmox-tfa-1.1.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.