Skip to content

Commit 8578b54

Browse files
authored
sigstore: 3.0.0 (#1021)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent aea69dd commit 8578b54

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

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+
1117
### Added
1218

1319
* API: `Signer.sign_artifact()` has been added, replacing the removed
@@ -432,7 +438,8 @@ This is a corrective release for [2.1.1].
432438

433439

434440
<!--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
436443
[2.1.5]: https://github.com/sigstore/sigstore-python/compare/v2.1.4...v2.1.5
437444
[2.1.4]: https://github.com/sigstore/sigstore-python/compare/v2.1.3...v2.1.4
438445
[2.1.3]: https://github.com/sigstore/sigstore-python/compare/v2.1.2...v2.1.3

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.0.0rc2"
28+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)