PGPainless 0.2.6

This commit is contained in:
Paul Schaub 2021-07-27 16:09:55 +02:00
parent 107e53c03e
commit d35c1e11e9
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# PGPainless Changelog # PGPainless Changelog
## 0.2.6
- Actually properly detect CRC checksum errors in ASCII armor
## 0.2.5 ## 0.2.5
- Explicitly reject non-self-signatures when picking user-id self-signatures - Explicitly reject non-self-signatures when picking user-id self-signatures
- pgpainless-cli: Set executable name in help text - pgpainless-cli: Set executable name in help text

View File

@ -1,7 +1,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '0.2.6' shortVersion = '0.2.6'
isSnapshot = true isSnapshot = false
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69' bouncyCastleVersion = '1.69'