Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
Once merged, I will tag the release

Signed-off-by: Luke Hinds <luke@stacklok.com>
  • Loading branch information
lukehinds authored and flavio committed Dec 13, 2023
1 parent 53ce799 commit 54625e4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v0.7.3

## What's Changed
* chore(deps): Update rstest requirement from 0.17.0 to 0.18.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/282
* chore(deps): do not enable default features of chrono by @flavio in https://github.com/sigstore/sigstore-rs/pull/286
* chore(deps): Update pem requirement from 2.0 to 3.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/289
* conformance: add conformance CLI and action by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/287
* chore: fix clippy warnings by @flavio in https://github.com/sigstore/sigstore-rs/pull/292
* chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/291
* chore(deps): Update tough requirement from 0.13 to 0.14 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/290
* chore(deps): update to latest version of picky by @flavio in https://github.com/sigstore/sigstore-rs/pull/293
* chore(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/294
* chore: add repository link to Cargo metadata by @flavio in https://github.com/sigstore/sigstore-rs/pull/297
* chore(deps): Update cached requirement from 0.44.0 to 0.45.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/298
* chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/302
* chore(deps): Update cached requirement from 0.45.1 to 0.46.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/301
* chore(deps): Update testcontainers requirement from 0.14 to 0.15 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/303
* chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/304
* cosign/tuf: use trustroot by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/305

## New Contributors
* @jleightcap made their first contribution in https://github.com/sigstore/sigstore-rs/pull/287

**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.7.2...v0.7.3


# v0.7.2

## 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.2"
version = "0.7.3"
edition = "2021"
authors = ["sigstore-rs developers"]
license = "Apache-2.0"
Expand Down

0 comments on commit 54625e4

Please sign in to comment.