Skip to content

Commit 32acbf0

Browse files
committed
Tag v0.5.0 release
Enhancements ============ * update user-agent value to be specific to sigstore-rs (sigstore#122) * remove /api/v1/version from client by (sigstore#121) * crate async fulcio client (sigstore#132) * Removed ring dependency (sigstore#127) Others ====== * Update dependencies * Refactoring and examples for key interface (sigstore#123) * Fix doc test failures (sigstore#136) Contributors ============ * Bob Callaway (@bobcallaway) * Bob McWhirter (@bobmcwhirter) * Flavio Castelli (@flavio) * Luke Hinds (@lukehinds) * Xynnn (@Xynnn007) Signed-off-by: Flavio Castelli <[email protected]>
1 parent a0ebf6b commit 32acbf0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
# v0.4.0
223

324
## Enhancements

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.0"
4+
version = "0.5.0"
55
edition = "2018"
66
authors = [
77
"sigstore-rs developers",

0 commit comments

Comments
 (0)