Skip to content

Commit

Permalink
Relase v0.5.2
Browse files Browse the repository at this point in the history
Fixes
=====

* Address compilation error (#143)

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 13, 2022
1 parent ef7550e commit 7c78308
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.5.2

## Fixes

* Address compilation error (https://github.com/sigstore/sigstore-rs/pull/143)

## Contributors
* Flavio Castelli (@flavio)

# v0.5.1

## Fixes
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.1"
version = "0.5.2"
edition = "2018"
authors = [
"sigstore-rs developers",
Expand Down

0 comments on commit 7c78308

Please sign in to comment.