1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 12:22:06 +01:00

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
## 0.2.6
- Actually properly detect CRC checksum errors in ASCII armor
## 0.2.5
- Explicitly reject non-self-signatures when picking user-id self-signatures
- pgpainless-cli: Set executable name in help text

View file

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