Skip to content

Commit

Permalink
Tag v0.5.0 release
Browse files Browse the repository at this point in the history
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 <fcastelli@suse.com>
  • Loading branch information
flavio committed Oct 7, 2022
1 parent a0ebf6b commit 32acbf0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.5.0

## Enhancements
* update user-agent value to be specific to sigstore-rs (https://github.com/sigstore/sigstore-rs/pull/122)
* remove /api/v1/version from client by (https://github.com/sigstore/sigstore-rs/pull/121)
* crate async fulcio client (https://github.com/sigstore/sigstore-rs/pull/132)
* Removed ring dependency (https://github.com/sigstore/sigstore-rs/pull/127)

## Others

* Update dependencies
* Refactoring and examples for key interface (https://github.com/sigstore/sigstore-rs/pull/123)
* Fix doc test failures (https://github.com/sigstore/sigstore-rs/pull/136)

## Contributors
* Bob Callaway (@bobcallaway)
* Bob McWhirter (@bobmcwhirter)
* Flavio Castelli (@flavio)
* Luke Hinds (@lukehinds)
* Xynnn (@Xynnn007)

# v0.4.0

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sigstore"
description = "An experimental crate to interact with sigstore"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
authors = [
"sigstore-rs developers",
Expand Down

0 comments on commit 32acbf0

Please sign in to comment.