mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-03-13 19:03:28 +01:00
Update changelog
This commit is contained in:
parent
b3b8da4e35
commit
b1e1a2283f
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -6,6 +6,17 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 10.1.0-SNAPSHOT
|
||||
- `sop-java`:
|
||||
- Remove `label()` option from `armor()` subcommand
|
||||
- Move test-fixtures artifact built with the `testFixtures` plugin into
|
||||
its own module `sop-java-testfixtures`, which can be consumed by maven builds.
|
||||
- `sop-java-picocli`:
|
||||
- Properly map `MissingParameterException` to `MissingArg` exit code
|
||||
- As a workaround for native builds using graalvm:
|
||||
- Do not re-set message bundles dynamically (fails in native builds)
|
||||
- Prevent an unmatched argument error
|
||||
|
||||
## 10.0.3
|
||||
- CLI `change-key-password`: Fix indirect parameter passing for new and old passwords (thanks to @dkg for the report)
|
||||
- Backport: `revoke-key`: Allow for multiple password options
|
||||
|
|
Loading…
Add table
Reference in a new issue