Skip to content

Commit

Permalink
Prep 1.1.1 (#526)
Browse files Browse the repository at this point in the history
* sigstore: 1.1.1

Signed-off-by: William Woodruff <william@trailofbits.com>

* CHANGELOG: prep 1.1.1

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Mar 6, 2023
1 parent 681018c commit b65f641
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [1.1.1]

### Fixed

* Fixed a bug in TUF target handling revealed by changes to the production
and staging TUF repos
([#522](https://github.com/sigstore/sigstore-python/pull/522))

## [1.1.0]

### Added
Expand Down Expand Up @@ -136,7 +144,8 @@ 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/v1.1.0...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/sigstore/sigstore-python/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/sigstore/sigstore-python/compare/v1.0.0...v1.1.0
[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
Expand Down
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.1.1rc1"
__version__ = "1.1.1"

0 comments on commit b65f641

Please sign in to comment.