We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c31d73 commit 8b4599dCopy full SHA for 8b4599d
RELEASE.md
@@ -1,3 +1,9 @@
1
+# v0.0.4
2
+
3
+- Bump go deps
4
5
+tkey-device-x25519: v0.0.2 -- identity not changed
6
7
# v0.0.3
8
9
- Add -y flag to convert TKey identities to recipients.
cmd/age-plugin-tkey/main.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
const (
14
- version = "0.0.3"
+ version = "0.0.4"
15
pluginName = "tkey"
16
17
0 commit comments