Skip to content

Commit

Permalink
Prep 1.0.0 (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Cameron <[email protected]>

Signed-off-by: Alex Cameron <[email protected]>
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
tetsuo-cpp and woodruffw authored Jan 13, 2023
1 parent bb47025 commit 55f98f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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]

## [1.0.0]

### Changed

* `sigstore.rekor` is now `sigstore.transparency`, and its constituent APIs
Expand Down Expand Up @@ -98,6 +100,7 @@ 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.10.0...HEAD
[0.10.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.10.0
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/sigstore/sigstore-python/compare/v0.10.0...v1.0.0
[0.10.0]: https://github.com/sigstore/sigstore-python/compare/v0.9.0...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 @@ -25,4 +25,4 @@
* `sigstore.sign`: creation of Sigstore signatures
"""

__version__ = "1.0.0rc1"
__version__ = "1.0.0"

0 comments on commit 55f98f6

Please sign in to comment.