Prepare release v0.11.1

This commit is contained in:
Martin Dosch 2024-07-11 21:12:26 +02:00
parent 4279d367f9
commit 2f45230abb
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## UNRELEASED
## [v0.11.1] 2024-07-11
### Changed
- Fix Ox encryption in interactive mode (do not add the same recipient key to the keyring over and over again).
- Exit with error code if Ox encryption for one recipient fails.

View File

@ -5,7 +5,7 @@
package main
const (
version = "0.11.1-dev"
version = "0.11.1"
// defaults
defaultBufferSize = 100
defaultConfigColumnSep = 2