Skip to content

Commit 4111411

Browse files
authored
Release 0.7.2 (#281)
Bump dependencies Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent 350da19 commit 4111411

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.7.2
2+
3+
## What's Changed
4+
* chore(deps): Update cached requirement from 0.42.0 to 0.44.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/277
5+
* chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/278
6+
* chore(deps): update picky dependency by @flavio in https://github.com/sigstore/sigstore-rs/pull/279
7+
8+
**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.7.1...v0.7.2
9+
110
# v0.7.1
211

312
## What's Changed

Cargo.toml

+1-1
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.1"
4+
version = "0.7.2"
55
edition = "2021"
66
authors = ["sigstore-rs developers"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)