Skip to content

Commit

Permalink
Merge pull request #276 from flavio/release-0.7.1
Browse files Browse the repository at this point in the history
Release v0.7.1
  • Loading branch information
flavio authored Jun 1, 2023
2 parents bb90618 + 7433f8c commit 646431f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.7.1

## What's Changed
* fix: ensure cosign client can be sent between threads by @flavio in https://github.com/sigstore/sigstore-rs/pull/275

**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.7.0...v0.7.1

# v0.7.0

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sigstore"
description = "An experimental crate to interact with sigstore"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["sigstore-rs developers"]
license = "Apache-2.0"
Expand Down

0 comments on commit 646431f

Please sign in to comment.