File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,21 @@ We use new tagged PATCH version releases to indicate updates to predicate
35
35
specifications and/or backwards-compatible changes to the language bindings.
36
36
37
37
### Examples
38
+
38
39
- Attestation Framework tagged release v1.0.2 (PATCH version) incorporates
39
40
refinements to the predicate specification process, a new predicate type,
40
41
and a small patch to the Golang language bindings. None of these changes
41
42
affects the semantics of the core spec. The ` _type ` of a ` Statement ` is
42
43
still ` https://in-toto.io/Statement/v1 ` .
44
+
43
45
- Tagged release v1.1.0 (MINOR version) generalizes the semantics of the
44
46
` DigestSet ` field type to support any type of immutable identifier.
45
47
This change is backwards comptabile because cryptographic digests are
46
48
strongly recommended to achieve immutability, so any implementations that
47
49
only support cryptographic ` DigestSet ` still meet the modified semantics.
48
50
The ` _type ` of a ` Statement ` is still ` https://in-toto.io/Statement/v1 `
49
51
but a new entry in the ` v1 ` CHANGELOG is added.
52
+
50
53
- Tagged release v2.0.0 (MAJOR version) changes the meaning of the
51
54
` predicateType ` field. A new ` v2 ` directory is added to ` /spec ` and the
52
55
` _type ` of a ` Statement ` becomes ` https://in-toto.io/Statement/v2 ` .
You can’t perform that action at this time.
0 commit comments