Skip to content

Commit

Permalink
Add versioning note and prepare v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed May 10, 2024
1 parent f547786 commit 8a4fbf9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ etc. -->
* There's a DSSE library for Go in [go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib/tree/main/dsse).
* SigStore includes a [Go implementation](https://github.com/sigstore/sigstore/tree/main/pkg/signature/dsse)
that supports hardware tokens, cloud KMS systems, and more.

## Versioning

The DSSE specification follows semantic versioning, and is released using Git
tags. The `master` branch points to the latest release. Changes to the
specification are submitted against the `devel` branch, and are merged into
`master` when they are ready to be released.
4 changes: 2 additions & 2 deletions envelope.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DSSE Envelope

March 03, 2021
May 10, 2024

Version 1.0.0
Version 1.0.1

This document describes the recommended data structure for storing DSSE
signatures, which we call the "JSON Envelope". For the protocol/algorithm, see
Expand Down
4 changes: 2 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DSSE Protocol

March 03, 2021
May 10, 2024

Version 1.0.0
Version 1.0.1

This document describes the protocol/algorithm for creating and verifying DSSE
signatures, independent of how they are transmitted or stored. For the
Expand Down

0 comments on commit 8a4fbf9

Please sign in to comment.