From 225b640f1f21dd56f92e15cbfe6caa4745be73de Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 5 Jul 2023 13:35:43 +0200 Subject: [PATCH] bump pmg-rs to 0.7.3 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 82eb538..6f4ca63 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.7.2" +version = "0.7.3" description = "PMG parts which have been ported to rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pmg-rs/debian/changelog b/pmg-rs/debian/changelog index 70b4be2..104cc97 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,9 @@ +libpmg-rs-perl (0.7.3) bookworm; urgency=medium + + * reset failure counts when unlocking second factors + + -- Proxmox Support Team Wed, 05 Jul 2023 13:35:23 +0200 + libpmg-rs-perl (0.7.2) bookworm; urgency=medium * set default log level to 'info'