mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
SOP-Java 14.0.0
This commit is contained in:
parent
e67f8d0250
commit
6a3214c885
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 14.0.0-SNAPSHOT
|
## 14.0.0
|
||||||
- Update implementation to [SOP Specification revision 14](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-14.html),
|
- Update implementation to [SOP Specification revision 14](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-14.html),
|
||||||
including changes from revisions `11`, `12`, `13`, `14`.
|
including changes from revisions `11`, `12`, `13`, `14`.
|
||||||
- Implement newly introduced operations
|
- Implement newly introduced operations
|
||||||
|
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
# SOP for Java
|
# SOP for Java
|
||||||
|
|
||||||
[](https://ci.codeberg.org/PGPainless/sop-java)
|
[](https://ci.codeberg.org/PGPainless/sop-java)
|
||||||
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/10/)
|
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/14/)
|
||||||
[](https://coveralls.io/github/pgpainless/sop-java?branch=main)
|
[](https://coveralls.io/github/pgpainless/sop-java?branch=main)
|
||||||
[](https://api.reuse.software/info/github.com/pgpainless/sop-java)
|
[](https://api.reuse.software/info/github.com/pgpainless/sop-java)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '14.0.0'
|
shortVersion = '14.0.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
javaSourceCompatibility = 11
|
javaSourceCompatibility = 11
|
||||||
gsonVersion = '2.10.1'
|
gsonVersion = '2.10.1'
|
||||||
jsrVersion = '3.0.2'
|
jsrVersion = '3.0.2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue