diff --git a/RELEASE.md b/RELEASE.md index 1f1323e..a6e755c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,3 +2,12 @@ The first tagged release. It uses tkey-device-x25519 built from tag v0.0.1. + +# v0.0.2 + +- Add TKey serial number (UDI) as a comment in the output. Only + possible when we load the app ourselves. +- Make a small optimization that avoids unwrapping the file key a 2nd + time if it was already unwrapped once. + +tkey-device-x25519: v0.0.1 -- identity not changed diff --git a/cmd/age-plugin-tkey/main.go b/cmd/age-plugin-tkey/main.go index 1a51e60..42cbc60 100644 --- a/cmd/age-plugin-tkey/main.go +++ b/cmd/age-plugin-tkey/main.go @@ -15,7 +15,7 @@ const ( pluginName = "tkey" ) -var version = "0.0.1" +var version = "0.0.2" // if AGEDEBUG=plugin then age sends plugin's stderr (and own debug) // to stderr