We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b5fc2 commit 64f64a3Copy full SHA for 64f64a3
RELEASE.md
@@ -1,3 +1,7 @@
1
+# v0.0.3
2
+
3
+- Add -y flag to convert TKey identities to recipients.
4
5
# v0.0.2
6
7
- Add TKey serial number (UDI) as a comment in the output. Only
cmd/age-plugin-tkey/main.go
@@ -11,11 +11,10 @@ import (
11
)
12
13
const (
14
+ version = "0.0.3"
15
pluginName = "tkey"
16
17
-var version = "0.0.2"
18
-
19
// if AGEDEBUG=plugin then age sends plugin's stderr (and own debug)
20
// to stderr
21
var le = log.New(os.Stderr, "", 0)
0 commit comments