From 37a51e1acf4c798d215e7ad1e6a3202bbaf9ba4e Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 6 Feb 2025 17:01:18 +0100 Subject: [PATCH] Tag 0.11.0 release == What's Changed * cosign: Allow use of regex in CertSubjectEmailVerifier by @dave-tucker in https://github.com/sigstore/sigstore-rs/pull/300 * build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/396 * build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/397 * build(deps): update rstest requirement from 0.22 to 0.23 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/399 * build(deps): update testcontainers requirement from 0.22 to 0.23 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/398 * automation: fix GHA invoking cargo audit by @flavio in https://github.com/sigstore/sigstore-rs/pull/400 * Cosign | Add support for client to configure a proxy to pull signatures by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/392 * build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/401 * CONTRIBUTORS.md: Add note about tests and building by @jku in https://github.com/sigstore/sigstore-rs/pull/404 * cosign: fix regex dependency import by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/411 * Lint tests too by @jku in https://github.com/sigstore/sigstore-rs/pull/405 * Simplify cosign verify-bundle example by @jku in https://github.com/sigstore/sigstore-rs/pull/408 * Examples: Add a minimal example of bundle sign/verify by @jku in https://github.com/sigstore/sigstore-rs/pull/410 * build(deps): update tough requirement from 0.18 to 0.19 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/407 * cosign: Make verify-blob compatible with sigstore-python by @jku in https://github.com/sigstore/sigstore-rs/pull/403 * build(deps): update oci-client requirement from 0.13 to 0.14 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/418 * build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/417 * Deprecate actions-rs actions by @jku in https://github.com/sigstore/sigstore-rs/pull/415 * build(deps): update cached requirement from 0.53 to 0.54 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/421 * build(deps): update thiserror requirement from 1.0 to 2.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/420 * build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/422 * fix clippy complaint by @bobcallaway in https://github.com/sigstore/sigstore-rs/pull/425 * fix zizmor issues in github actions workflows by @bobcallaway in https://github.com/sigstore/sigstore-rs/pull/424 * build(deps): update rstest requirement from 0.23 to 0.24 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/423 * Update embedded trust root by @jku in https://github.com/sigstore/sigstore-rs/pull/431 * build(deps): update sigstore_protobuf_specs requirement from 0.3 to 0.4 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/430 * chore(deps): upgrade openidconnect by @flavio in https://github.com/sigstore/sigstore-rs/pull/433 == New Contributors * @dave-tucker made their first contribution in https://github.com/sigstore/sigstore-rs/pull/300 * @jku made their first contribution in https://github.com/sigstore/sigstore-rs/pull/404 **Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.10.0...v0.11.0 Signed-off-by: Flavio Castelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f63f9169e2..53cd9578b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sigstore" description = "An experimental crate to interact with sigstore" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["sigstore-rs developers"] license = "Apache-2.0"