Skip to content

Commit 646431f

Browse files
authored
Merge pull request #276 from flavio/release-0.7.1
Release v0.7.1
2 parents bb90618 + 7433f8c commit 646431f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# v0.7.0
29

310
## What's Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sigstore"
33
description = "An experimental crate to interact with sigstore"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
edition = "2021"
66
authors = ["sigstore-rs developers"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)