Skip to content

Commit

Permalink
Tag v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 18, 2023
1 parent 44b5fc2 commit 64f64a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.3

- Add -y flag to convert TKey identities to recipients.

# v0.0.2

- Add TKey serial number (UDI) as a comment in the output. Only
Expand Down
3 changes: 1 addition & 2 deletions cmd/age-plugin-tkey/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ import (
)

const (
version = "0.0.3"
pluginName = "tkey"
)

var version = "0.0.2"

// if AGEDEBUG=plugin then age sends plugin's stderr (and own debug)
// to stderr
var le = log.New(os.Stderr, "", 0)
Expand Down

0 comments on commit 64f64a3

Please sign in to comment.