Skip to content

Commit 37b9e42

Browse files
authoredNov 24, 2022
Merge pull request #169 from flavio/release-0.6.0
Tag v0.6.0
2 parents 1e50861 + ee9fdbe commit 37b9e42

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
 

‎CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# v0.6.0
2+
3+
## Fixes
4+
* Fix typo in cosign/mod.rs doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/148
5+
* Fix typo in KeyPair trait doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/149
6+
* Update cached requirement from 0.39.0 to 0.40.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/154
7+
* Fix typos in PublicKeyVerifier doc comments by @danbev in https://github.com/sigstore/sigstore-rs/pull/155
8+
* Fix: CI error for auto deref by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/160
9+
* Fix typo and grammar in signature_layers.rs by @danbev in https://github.com/sigstore/sigstore-rs/pull/161
10+
* Remove unused imports in examples/rekor by @danbev in https://github.com/sigstore/sigstore-rs/pull/162
11+
* Update link to verification example by @danbev in https://github.com/sigstore/sigstore-rs/pull/156
12+
* Fix typos in from_encrypted_pem doc comments by @danbev in https://github.com/sigstore/sigstore-rs/pull/164
13+
* Fix typos in doc comments by @danbev in https://github.com/sigstore/sigstore-rs/pull/163
14+
* Update path to fulcio-cert in verify example by @danbev in https://github.com/sigstore/sigstore-rs/pull/168
15+
16+
## Enhancements
17+
* Add getter functions for LogEntry fields by @lkatalin in https://github.com/sigstore/sigstore-rs/pull/147
18+
* Add TreeSize alias to Rekor by @avery-blanchard in https://github.com/sigstore/sigstore-rs/pull/151
19+
* Updates for parsing hashedrekord LogEntry by @lkatalin in https://github.com/sigstore/sigstore-rs/pull/152
20+
* Add certificate based verification by @flavio in https://github.com/sigstore/sigstore-rs/pull/159
21+
* Add support for OCI Image signing (spec v1.0) by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/158
22+
## Contributors
23+
* Avery Blanchard (@avery-blanchardmade)
24+
* Daniel Bevenius (@danbev)
25+
* Flavio Castelli (@flavio)
26+
* Lily Sturmann (@lkatalin)
27+
* Xynnn (@Xynnn007)
28+
129
# v0.5.3
230

331
## Fixes

‎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.5.3"
4+
version = "0.6.0"
55
edition = "2018"
66
authors = [
77
"sigstore-rs developers",

0 commit comments

Comments
 (0)
Please sign in to comment.