Skip to content

Commit

Permalink
Tag v0.5.1
Browse files Browse the repository at this point in the history
Fixes
=====

* fix verification of signatures produced with PKI11 (#142)

Others
======

* Update rsa dependency to stable version 0.7.0 (#141)
* Bump actions/checkout from 3.0.2 to 3.1.0 (#140)

Contributors
============

* Flavio Castelli (@flavio)
* Xynnn (@Xynnn007)

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 13, 2022
1 parent 77db1bb commit 68a454a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.5.1

## Fixes

* fix verification of signatures produced with PKI11 (https://github.com/sigstore/sigstore-rs/pull/142)

## Others

* Update rsa dependency to stable version 0.7.0 (https://github.com/sigstore/sigstore-rs/pull/141)
* Bump actions/checkout from 3.0.2 to 3.1.0 (https://github.com/sigstore/sigstore-rs/pull/140)

## Contributors
* Flavio Castelli (@flavio)
* Xynnn (@Xynnn007)

# v0.5.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.5.0"
version = "0.5.1"
edition = "2018"
authors = [
"sigstore-rs developers",
Expand Down

0 comments on commit 68a454a

Please sign in to comment.