File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.1.0]
12
+
11
13
### Added
12
14
13
15
* API: ` dsse.StatementBuilder ` has been added. It can be used to construct an
@@ -459,7 +461,8 @@ This is a corrective release for [2.1.1].
459
461
460
462
461
463
<!-- Release URLs -->
462
- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.0.0...HEAD
464
+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.1.0...HEAD
465
+ [ 3.1.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.0.0...v3.1.0
463
466
[ 3.0.0 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.5...v3.0.0
464
467
[ 2.1.5 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.4...v2.1.5
465
468
[ 2.1.4 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.3...v2.1.4
Original file line number Diff line number Diff line change 25
25
* `sigstore.sign`: creation of Sigstore signatures
26
26
"""
27
27
28
- __version__ = "3.0 .0"
28
+ __version__ = "3.1 .0"
You can’t perform that action at this time.
0 commit comments