mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-21 20:47:58 +01:00
Update changelog
This commit is contained in:
parent
cfdbb4c6d8
commit
b4ce3dce16
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,6 +6,19 @@ 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
|
||||
- `revokeKey` command: Allow mutliple
|
||||
- As a workaround for native builds using graalvm:
|
||||
- Do not re-set message bundles dynamically (fails in native builds)
|
||||
- Prevent an unmatched argument error
|
||||
- `change-key-password`: Properly pass key passwords as indirect parameters
|
||||
|
||||
## 10.0.2
|
||||
- Downgrade `logback-core` to `1.2.13`
|
||||
|
||||
|
|
Loading…
Reference in a new issue