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