File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.5.0
2
+
3
+ ## Enhancements
4
+ * update user-agent value to be specific to sigstore-rs (https://github.com/sigstore/sigstore-rs/pull/122 )
5
+ * remove /api/v1/version from client by (https://github.com/sigstore/sigstore-rs/pull/121 )
6
+ * crate async fulcio client (https://github.com/sigstore/sigstore-rs/pull/132 )
7
+ * Removed ring dependency (https://github.com/sigstore/sigstore-rs/pull/127 )
8
+
9
+ ## Others
10
+
11
+ * Update dependencies
12
+ * Refactoring and examples for key interface (https://github.com/sigstore/sigstore-rs/pull/123 )
13
+ * Fix doc test failures (https://github.com/sigstore/sigstore-rs/pull/136 )
14
+
15
+ ## Contributors
16
+ * Bob Callaway (@bobcallaway )
17
+ * Bob McWhirter (@bobmcwhirter )
18
+ * Flavio Castelli (@flavio )
19
+ * Luke Hinds (@lukehinds )
20
+ * Xynnn (@Xynnn007 )
21
+
1
22
# v0.4.0
2
23
3
24
## Enhancements
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.4 .0"
4
+ version = " 0.5 .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