Skip to content

Commit a62b90a

Browse files
committed
Make linter happy
Signed-off-by: Marcela Melara <[email protected]>
1 parent 4adf92e commit a62b90a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ We use new tagged PATCH version releases to indicate updates to predicate
3535
specifications and/or backwards-compatible changes to the language bindings.
3636

3737
### Examples
38+
3839
- Attestation Framework tagged release v1.0.2 (PATCH version) incorporates
3940
refinements to the predicate specification process, a new predicate type,
4041
and a small patch to the Golang language bindings. None of these changes
4142
affects the semantics of the core spec. The `_type` of a `Statement` is
4243
still `https://in-toto.io/Statement/v1`.
44+
4345
- Tagged release v1.1.0 (MINOR version) generalizes the semantics of the
4446
`DigestSet` field type to support any type of immutable identifier.
4547
This change is backwards comptabile because cryptographic digests are
4648
strongly recommended to achieve immutability, so any implementations that
4749
only support cryptographic `DigestSet` still meet the modified semantics.
4850
The `_type` of a `Statement` is still `https://in-toto.io/Statement/v1`
4951
but a new entry in the `v1` CHANGELOG is added.
52+
5053
- Tagged release v2.0.0 (MAJOR version) changes the meaning of the
5154
`predicateType` field. A new `v2` directory is added to `/spec` and the
5255
`_type` of a `Statement` becomes `https://in-toto.io/Statement/v2`.

0 commit comments

Comments
 (0)