File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
29
# v0.5.3
2
30
3
31
## Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sigstore"
3
3
description = " An experimental crate to interact with sigstore"
4
- version = " 0.5.3 "
4
+ version = " 0.6.0 "
5
5
edition = " 2018"
6
6
authors = [
7
7
" sigstore-rs developers" ,
You can’t perform that action at this time.
0 commit comments