Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
  • Loading branch information
marcelamelara committed May 15, 2024
1 parent 4adf92e commit a62b90a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ We use new tagged PATCH version releases to indicate updates to predicate
specifications and/or backwards-compatible changes to the language bindings.

### Examples

- Attestation Framework tagged release v1.0.2 (PATCH version) incorporates
refinements to the predicate specification process, a new predicate type,
and a small patch to the Golang language bindings. None of these changes
affects the semantics of the core spec. The `_type` of a `Statement` is
still `https://in-toto.io/Statement/v1`.

- Tagged release v1.1.0 (MINOR version) generalizes the semantics of the
`DigestSet` field type to support any type of immutable identifier.
This change is backwards comptabile because cryptographic digests are
strongly recommended to achieve immutability, so any implementations that
only support cryptographic `DigestSet` still meet the modified semantics.
The `_type` of a `Statement` is still `https://in-toto.io/Statement/v1`
but a new entry in the `v1` CHANGELOG is added.

- Tagged release v2.0.0 (MAJOR version) changes the meaning of the
`predicateType` field. A new `v2` directory is added to `/spec` and the
`_type` of a `Statement` becomes `https://in-toto.io/Statement/v2`.
Expand Down

0 comments on commit a62b90a

Please sign in to comment.