|
| 1 | +# v0.10.0 |
| 2 | + |
| 3 | +## What's Changed |
| 4 | + |
| 5 | +- chore(deps): Update oci-distribution requirement from 0.10 to 0.11 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/343 |
| 6 | +- verify: init by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/311 |
| 7 | +- chore(deps): Update rstest requirement from 0.18.1 to 0.19.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/351 |
| 8 | +- chore(deps): Bump actions/checkout from 4.1.2 to 4.1.5 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/360 |
| 9 | +- fix linter warning by @flavio in https://github.com/sigstore/sigstore-rs/pull/361 |
| 10 | +- chore(deps): Update cached requirement from 0.49.2 to 0.51.3 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/362 |
| 11 | +- chore(deps): Update webbrowser requirement from 0.8.12 to 1.0.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/359 |
| 12 | +- chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/363 |
| 13 | +- chore(deps): Update testcontainers requirement from 0.15 to 0.16 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/355 |
| 14 | +- chore(deps): change provider of cargo-audit GH action by @flavio in https://github.com/sigstore/sigstore-rs/pull/364 |
| 15 | +- fix docs by @flavio in https://github.com/sigstore/sigstore-rs/pull/366 |
| 16 | +- fix: allow ManualTrustRoot to have multiple rekor keys by @flavio in https://github.com/sigstore/sigstore-rs/pull/365 |
| 17 | +- build(deps): update testcontainers requirement from 0.16 to 0.17 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/368 |
| 18 | +- build(deps): update rstest requirement from 0.19.0 to 0.21.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/370 |
| 19 | +- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/372 |
| 20 | +- build(deps): update testcontainers requirement from 0.17 to 0.18 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/371 |
| 21 | +- Signed Certificate Timestamp verification by @tnytown in https://github.com/sigstore/sigstore-rs/pull/326 |
| 22 | +- transparency: pull OID constants from `const-oid` by @tnytown in https://github.com/sigstore/sigstore-rs/pull/374 |
| 23 | +- build(deps): update testcontainers requirement from 0.18 to 0.19 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/375 |
| 24 | +- build(deps): update cached requirement from 0.51.3 to 0.52.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/377 |
| 25 | +- build(deps): update testcontainers requirement from 0.19 to 0.20 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/376 |
| 26 | +- build(deps): update cached requirement from 0.52.0 to 0.53.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/379 |
| 27 | +- build(deps): update rstest requirement from 0.21.0 to 0.22.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/383 |
| 28 | +- build(deps): update testcontainers requirement from 0.20 to 0.21 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/382 |
| 29 | +- build(deps): update testcontainers requirement from 0.21 to 0.22 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/386 |
| 30 | +- fix: Allow empty passwords for encrypted pem files by @gmpinder in https://github.com/sigstore/sigstore-rs/pull/381 |
| 31 | +- build(deps): update tough requirement from 0.17.1 to 0.18.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/389 |
| 32 | +- dependency cleanup by @flavio in https://github.com/sigstore/sigstore-rs/pull/390 |
| 33 | +- chore: update cargo audit ignore list by @flavio in https://github.com/sigstore/sigstore-rs/pull/387 |
| 34 | + |
| 35 | +## New Contributors |
| 36 | + |
| 37 | +- @tnytown made their first contribution in https://github.com/sigstore/sigstore-rs/pull/326 |
| 38 | +- @gmpinder made their first contribution in https://github.com/sigstore/sigstore-rs/pull/381 |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.9.0...v0.10.0 |
| 41 | + |
| 42 | +# v0.9.0 |
| 43 | + |
| 44 | +## What's Changed |
| 45 | + |
| 46 | +- sign: init by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/310 |
| 47 | +- cargo audit: ignore RUSTSEC-2023-0071 by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/321 |
| 48 | +- chore(deps): Update json-syntax requirement from 0.9.6 to 0.10.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/319 |
| 49 | +- chore(deps): Update cached requirement from 0.46.0 to 0.47.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/323 |
| 50 | +- chore(deps): Update serial_test requirement from 2.0.0 to 3.0.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/322 |
| 51 | +- dep: update rustls-webpki, fold in pki_types by @jleightcap in https://github.com/sigstore/sigstore-rs/pull/324 |
| 52 | +- chore(deps): Update cached requirement from 0.47.0 to 0.48.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/325 |
| 53 | +- chore(deps): Update json-syntax requirement from 0.10.0 to 0.11.1 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/327 |
| 54 | +- chore(deps): Update cached requirement from 0.48.0 to 0.49.2 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/329 |
| 55 | +- chore(deps): Update json-syntax requirement from 0.11.1 to 0.12.2 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/330 |
| 56 | +- lint: fix lint error of chrono and tokio by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/334 |
| 57 | +- chore(deps): Update base64 requirement from 0.21.0 to 0.22.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/332 |
| 58 | +- The `Repository` trait and `ManualRepository` struct no longer require a feature flag by @tannaurus in https://github.com/sigstore/sigstore-rs/pull/331 |
| 59 | +- chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/336 |
| 60 | +- chore(deps): Update reqwest requirement from 0.11 to 0.12 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/341 |
| 61 | +- update tough dep by @astoycos in https://github.com/sigstore/sigstore-rs/pull/340 |
| 62 | +- Tag the 0.9.0 release by @flavio in https://github.com/sigstore/sigstore-rs/pull/342 |
| 63 | + |
| 64 | +## New Contributors |
| 65 | + |
| 66 | +- @tannaurus made their first contribution in https://github.com/sigstore/sigstore-rs/pull/331 |
| 67 | +- @astoycos made their first contribution in https://github.com/sigstore/sigstore-rs/pull/340 |
| 68 | + |
| 69 | +**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.8.0...v0.9.0 |
| 70 | + |
1 | 71 | # v0.8.0
|
2 | 72 |
|
3 | 73 | ## What's Changed
|
|
0 commit comments