File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ All versions prior to 0.9.0 are untracked.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.0.0]
12
+
13
+ Maintainers' note: this is a major release, with significant public API and CLI
14
+ changes. We ** strongly** recommend you read the entries below to fully
15
+ understand the changes between ` 2.x ` and ` 3.x ` .
16
+
11
17
### Added
12
18
13
19
* API: ` Signer.sign_artifact() ` has been added, replacing the removed
@@ -432,7 +438,8 @@ This is a corrective release for [2.1.1].
432
438
433
439
434
440
<!-- Release URLs -->
435
- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v2.1.5...HEAD
441
+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.0.0...HEAD
442
+ [ 3.0.0 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.5...v3.0.0
436
443
[ 2.1.5 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.4...v2.1.5
437
444
[ 2.1.4 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.3...v2.1.4
438
445
[ 2.1.3 ] : https://github.com/sigstore/sigstore-python/compare/v2.1.2...v2.1.3
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.0rc2 "
28
+ __version__ = "3.0.0 "
You can’t perform that action at this time.
0 commit comments