cert-d-pgpainless/CHANGELOG.md

26 lines
594 B
Markdown
Raw Normal View History

2022-03-01 16:54:05 +01:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
SPDX-License-Identifier: CC0-1.0
-->
# Cert-D-PGPainless Changelog
2022-07-04 12:55:04 +02:00
## 0.1.3-SNAPSHOT
- `get`: Apply `toLowerCase()` to fingerprints
- Use BCs `PGPPublicKeyRing.join(first, second)` method to properly merge certificates
2022-04-29 17:24:12 +02:00
## 0.1.2
2022-04-26 00:55:59 +02:00
- Add name and description to main command
2022-04-29 17:09:55 +02:00
- Bump `pgpainless-core` to `1.2.1`
- Bump `cert-d-java` to `0.1.1`
2022-04-26 00:55:59 +02:00
- Bump `slf4j` to `1.7.36`
- Bump `logback` to `1.2.11`
- Bump `mockito` to `4.5.1`
- Bump `picocli` to `4.6.3`
2022-03-17 15:05:59 +01:00
## 0.1.1
- Bump `pgpainless-core` to 1.1.3
## 0.1.0
2022-03-01 16:54:05 +01:00
- Initial Release