version bump - v0.2.0

- move Decrypt and Identity related functions to their own packages
- hide default text for `force` cli flag
- get recipients the (probably) right way
- update to go 1.22
This commit is contained in:
Lilian Jónsdóttir 2024-04-01 13:29:14 -07:00
parent 633673200a
commit c4ee8e7b04

View file

@ -22,7 +22,7 @@ import (
const (
name string = "agedit"
usage string = "Edit age encrypted files with your $EDITOR"
version string = "0.1.1"
version string = "0.2.0"
help_template string = `NAME:
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}