Bump to 4.1.2

This commit is contained in:
Bilal Elmoussaoui 2022-05-29 00:52:38 +02:00
parent 2402de86b9
commit 66e0fc1e62
4 changed files with 13 additions and 3 deletions

2
Cargo.lock generated
View file

@ -221,7 +221,7 @@ dependencies = [
[[package]]
name = "authenticator"
version = "4.1.1"
version = "4.1.2"
dependencies = [
"aes-gcm",
"anyhow",

View file

@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "authenticator"
version = "4.1.1"
version = "4.1.2"
[dependencies]
adw = {package = "libadwaita", version = "0.1.0"}

View file

@ -47,6 +47,16 @@
<url type="donation">https://liberapay.com/bielmoussaoui</url>
<content_rating type="oars-1.1" />
<releases>
<release version="4.1.2" date="2022-05-29">
<description>Bugfixes release</description>
<ul>
<li>Fix a failure when importing from andOTP</li>
<li>Fix importing from Aegis if the database was encrypted with biometrics</li>
<li>Handle SVG favicons</li>
<li>Fix QR code scanning from a screenshot</li>
<li>Translations updates and other bugfixes</li>
</ul>
</release>
<release version="4.1.1" date="2022-04-22">
<description>Bugfixes release</description>
<ul>

View file

@ -1,5 +1,5 @@
project('authenticator', 'rust',
version: '4.1.1',
version: '4.1.2',
meson_version: '>= 0.59',
license: 'GPL-3.0-or-later'
)