From 2a1458126c756944c135f68db3d8a365f92a4e59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 Oct 2024 12:48:36 +0200 Subject: [PATCH] tfa: bump to 5.0.1 Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/Cargo.toml | 2 +- proxmox-tfa/debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index c2406ccc..984e19a2 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-tfa" description = "tfa implementation for totp and u2f" -version = "5.0.0" +version = "5.0.1" authors.workspace = true edition.workspace = true diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index 41ae5802..f7d63e5e 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-tfa (5.0.1) bookworm; urgency=medium + + * provide TfaUser via the 'types' feature + + * typo fixes + + -- Proxmox Support Team Tue, 01 Oct 2024 12:48:13 +0200 + rust-proxmox-tfa (5.0.0) bookworm; urgency=medium * webauthn: make OriginUrl stringify according to RFC6454 (no trailing slash)