Skip to content

Commit 6658152

Browse files
authored
Prep 0.10.0 (#398)
* sigstore: 0.10.0 Signed-off-by: William Woodruff <[email protected]> * CHANGELOG: 0.10.0 Signed-off-by: William Woodruff <[email protected]> Signed-off-by: William Woodruff <[email protected]>
1 parent 00e2a1f commit 6658152

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.10.0]
12+
1113
### Added
1214

1315
* `sigstore` now supports the `-v`/`--verbose` flag as an alternative to
@@ -81,5 +83,6 @@ All versions prior to 0.9.0 are untracked.
8183
([#351](https://github.com/sigstore/sigstore-python/pull/351))
8284

8385
<!--Release URLs -->
84-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.9.0...HEAD
86+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.10.0...HEAD
87+
[0.10.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.10.0
8588
[0.9.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.9.0

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
The `sigstore` APIs.
1717
"""
1818

19-
__version__ = "0.9.0"
19+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)