@@ -43,10 +43,6 @@ All versions prior to 0.9.0 are untracked.
43
43
still required.
44
44
[ #1381 ] ( https://github.com/sigstore/sigstore-python/pull/1381 )
45
45
46
- * Verify: Avoid hard failure if trusted root contains unsupported keytypes (as verification
47
- may succeed without that key).
48
- [ #1424 ] ( https://github.com/sigstore/sigstore-python/pull/1424 )
49
-
50
46
* CI: Timestamp Authority tests use latest release, not latest tag, of
51
47
[ sigstore/timestamp-authority] ( https://github.com/sigstore/timestamp-authority )
52
48
[ #1377 ] ( https://github.com/sigstore/sigstore-python/pull/1377 )
@@ -79,6 +75,13 @@ All versions prior to 0.9.0 are untracked.
79
75
Use ` SigningContext.from_trust_config() ` instead.
80
76
[ #1363 ] ( https://github.com/sigstore/sigstore-python/pull/1363 )
81
77
78
+ ## [ 3.6.3]
79
+
80
+ ### Fixed
81
+
82
+ * Verify: Avoid hard failure if trusted root contains unsupported keytypes (as verification
83
+ may succeed without that key).
84
+ [ #1425 ] ( https://github.com/sigstore/sigstore-python/pull/1425 )
82
85
83
86
## [ 3.6.2]
84
87
@@ -680,7 +683,8 @@ This is a corrective release for [2.1.1].
680
683
681
684
682
685
<!-- Release URLs -->
683
- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...HEAD
686
+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...HEAD
687
+ [ 3.6.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...v3.6.3
684
688
[ 3.6.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
685
689
[ 3.6.1 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1
686
690
[ 3.6.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
0 commit comments