Skip to content

Commit 7c78308

Browse files
committed
Relase v0.5.2
Fixes ===== * Address compilation error (#143) Signed-off-by: Flavio Castelli <[email protected]>
1 parent ef7550e commit 7c78308

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.5.2
2+
3+
## Fixes
4+
5+
* Address compilation error (https://github.com/sigstore/sigstore-rs/pull/143)
6+
7+
## Contributors
8+
* Flavio Castelli (@flavio)
9+
110
# v0.5.1
211

312
## Fixes

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.5.1"
4+
version = "0.5.2"
55
edition = "2018"
66
authors = [
77
"sigstore-rs developers",

0 commit comments

Comments
 (0)