Keyfork v0.3.1

This commit is contained in:
Ryan Heywood 2025-03-25 22:25:36 -04:00
parent d0019a93f0
commit 00e35bcb7d
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# Keyfork v0.3.1
This is a bugfix release, resolving an issue with Keyfork Shard not having a
exit condition for when a valid QR code was scanned.
### Changes in keyfork-shard:
```
d0019a9 keyfork-shard: break loop when receiving valid QR code
```
# Keyfork v0.3.0
The Wizard is Dead. Long Live the Mnemonic Generator.

View File

@ -1,6 +1,6 @@
[package]
name = "keyfork-shard"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "AGPL-3.0-only"

View File

@ -1,6 +1,6 @@
[package]
name = "keyfork"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "AGPL-3.0-only"