Keyfork v0.3.1
This commit is contained in:
parent
d0019a93f0
commit
00e35bcb7d
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
# Keyfork v0.3.0
|
||||||
|
|
||||||
The Wizard is Dead. Long Live the Mnemonic Generator.
|
The Wizard is Dead. Long Live the Mnemonic Generator.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "keyfork-shard"
|
name = "keyfork-shard"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "keyfork"
|
name = "keyfork"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue