mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-07 09:26:23 +02:00
SOP-Java 14.0.0
This commit is contained in:
parent
191ec8c07d
commit
9762f1f043
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# 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),
|
||||
including changes from revisions `11`, `12`, `13`, `14`.
|
||||
- Implement newly introduced operations
|
||||
|
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
# SOP for 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://api.reuse.software/info/github.com/pgpainless/sop-java)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '14.0.0'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
javaSourceCompatibility = 11
|
||||
gsonVersion = '2.10.1'
|
||||
jsrVersion = '3.0.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue