We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb90618 + 7433f8c commit 646431fCopy full SHA for 646431f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.7.1
2
+
3
+## What's Changed
4
+* fix: ensure cosign client can be sent between threads by @flavio in https://github.com/sigstore/sigstore-rs/pull/275
5
6
+**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.7.0...v0.7.1
7
8
# v0.7.0
9
10
## What's Changed
Cargo.toml
@@ -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"
0 commit comments