Skip to content

Commit

Permalink
Tag v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 18, 2023
1 parent 6560bbd commit 83b9c58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cmd/age-plugin-tkey/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83b9c58

Please sign in to comment.