version bump - v0.1.0

- add support for editor arguments
- add support for encrypting to multiple recipients
- add support for trying to decrypt with multiple identites
- add cli flag to re-encrypt even if data wasn't changed
This commit is contained in:
Lilian Jónsdóttir 2024-03-23 14:15:13 -07:00
parent 790bc635ab
commit 79ffb9d9b6

View file

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