Skip to content

Commit

Permalink
Prep 0.10.0 (#398)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
woodruffw authored Jan 9, 2023
1 parent 00e2a1f commit 6658152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [0.10.0]

### Added

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

<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.10.0
[0.9.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.9.0
2 changes: 1 addition & 1 deletion sigstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The `sigstore` APIs.
"""

__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 6658152

Please sign in to comment.