Skip to content

Commit 0fe74d7

Browse files
authored
Merge pull request #273 from flavio/release-0.7.0
Release 0.7.0
2 parents b44caee + 04972af commit 0fe74d7

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
# v0.7.0
2+
3+
## What's Changed
4+
* Fix typo in SignatureLayer::new doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/170
5+
* feat: replace example dependency docker_credential by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/172
6+
* Clean up readme by @lukehinds in https://github.com/sigstore/sigstore-rs/pull/173
7+
* chore(deps): Update rstest requirement from 0.15.0 to 0.16.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/174
8+
* Fix typo in simple_signing.rs by @danbev in https://github.com/sigstore/sigstore-rs/pull/175
9+
* Introduce SignedArtifactBundle by @danbev in https://github.com/sigstore/sigstore-rs/pull/171
10+
* chore(deps): Update base64 requirement from 0.13.0 to 0.20.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/177
11+
* chore(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/180
12+
* chore(deps): Update serial_test requirement from 0.9.0 to 0.10.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/182
13+
* chore(deps): Update cached requirement from 0.40.0 to 0.41.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/181
14+
* Fix typo in SecretBoxCipher doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/179
15+
* chore(deps): Update cached requirement from 0.41.0 to 0.42.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/185
16+
* chore(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/183
17+
* chore(deps): Update base64 requirement from 0.20.0 to 0.21.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/184
18+
* Add cosign verify-bundle example by @danbev in https://github.com/sigstore/sigstore-rs/pull/186
19+
* Fix incorrect base64_signature doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/188
20+
* Fix typos in tuf/mod.rs by @danbev in https://github.com/sigstore/sigstore-rs/pull/195
21+
* chore(deps): Update serial_test requirement from 0.10.0 to 1.0.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/200
22+
* fix: show actual response status field by @ctron in https://github.com/sigstore/sigstore-rs/pull/197
23+
* Update target -> target_name for consistency by @danbev in https://github.com/sigstore/sigstore-rs/pull/196
24+
* fix: make the fields accessible by @ctron in https://github.com/sigstore/sigstore-rs/pull/202
25+
* Add verify-bundle example to README.md by @danbev in https://github.com/sigstore/sigstore-rs/pull/203
26+
* fix: make fields of hash accessible by @ctron in https://github.com/sigstore/sigstore-rs/pull/205
27+
* Improve public key output and add file output by @Gronner in https://github.com/sigstore/sigstore-rs/pull/194
28+
* Add TokenProvider::Static doc comment by @danbev in https://github.com/sigstore/sigstore-rs/pull/208
29+
* Changed the type of LogEntry.body from String to Body by @Neccolini in https://github.com/sigstore/sigstore-rs/pull/207
30+
* Fix errors/warnings reported by clippy by @danbev in https://github.com/sigstore/sigstore-rs/pull/210
31+
* Add fine-grained features to control the compilation by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/189
32+
* fix: bring tuf feature out of rekor and add related docs by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/211
33+
* chore: update crypto deps by @flavio in https://github.com/sigstore/sigstore-rs/pull/204
34+
* Replace `x509-parser` with `x509-cert` by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/212
35+
* Fix: Wrong parameter order inside documentation example. by @vembacher in https://github.com/sigstore/sigstore-rs/pull/215
36+
* Remove lines about timestamp in lib.rs by @naveensrinivasan in https://github.com/sigstore/sigstore-rs/pull/213
37+
* Fix ed25519 version conflict by @vembacher in https://github.com/sigstore/sigstore-rs/pull/223
38+
* Support compiling to wasm32 architectures by @lulf in https://github.com/sigstore/sigstore-rs/pull/221
39+
* Fix link to contributor doc in readme by @oliviacrain in https://github.com/sigstore/sigstore-rs/pull/225
40+
* refactor: derive `Clone` trait by @flavio in https://gitub.com/sigstore/sigstore-rs/pull/227
41+
* fix: correct typo in verify/main.rs by @danbev in https://github.com/sigstore/sigstore-rs/pull/228
42+
* chore(deps): Update tough requirement from 0.12 to 0.13 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/237
43+
* chore(deps): Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/240
44+
* dep: update picky version to git rid of `ring` by @Xynnn007 in https://github.com/sigstore/sigstore-rs/pull/226
45+
* chore(deps): Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/245
46+
* fix: make LogEntry Body an enum by @danbev in https://github.com/sigstore/sigstore-rs/pull/244
47+
* Add verify-blob example by @danbev in https://github.com/sigstore/sigstore-rs/pull/239
48+
* Introduce Newtype `OciReference` into API for OCI image references. by @vembacher in https://github.com/sigstore/sigstore-rs/pull/216
49+
* Swap over to using CDN to fetch TUF metadata by @haydentherapper in https://github.com/sigstore/sigstore-rs/pull/251
50+
* chore(deps): Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/252
51+
* upgrade 'der' to 0.7.5 by @dmitris in https://github.com/sigstore/sigstore-rs/pull/257
52+
* remove unused 'clock' feature for chrono by @dmitris in https://github.com/sigstore/sigstore-rs/pull/258
53+
* update pkcs1 from 0.4.0 to 0.7.5 by @dmitris in https://github.com/sigstore/sigstore-rs/pull/260
54+
* use 2021 Rust edition by @dmitris in https://github.com/sigstore/sigstore-rs/pull/261
55+
* chore(deps): Update serial_test requirement from 1.0.0 to 2.0.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/264
56+
* update scrypt to 0.11.0, adapt for API change (fix #231) by @dmitris in https://github.com/sigstore/sigstore-rs/pull/268
57+
* upgrade ed25519-dalek to 2.0.0-rc.2 by @dmitris in https://github.com/sigstore/sigstore-rs/pull/263
58+
* chore(deps): Update openidconnect requirement from 2.3 to 3.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/265
59+
* chore(deps): Update rstest requirement from 0.16.0 to 0.17.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/271
60+
* Update crypto deps by @flavio in https://github.com/sigstore/sigstore-rs/pull/269
61+
* Update create_log_entry example to create key pair. by @jvanz in https://github.com/sigstore/sigstore-rs/pull/206
62+
63+
## New Contributors
64+
* @ctron made their first contribution in https://github.com/sigstore/sigstore-rs/pull/197
65+
* @Gronner made their first contribution in https://github.com/sigstore/sigstore-rs/pull/194
66+
* @Neccolini made their first contribution in https://github.com/sigstore/sigstore-rs/pull/207
67+
* @vembacher made their first contribution in https://github.com/sigstore/sigstore-rs/pull/215
68+
* @naveensrinivasan made their first contribution in https://github.com/sigstore/sigstore-rs/pull/213
69+
* @lulf made their first contribution in https://github.com/sigstore/sigstore-rs/pull/221
70+
* @oliviacrain made their first contribution in https://github.com/sigstore/sigstore-rs/pull/225
71+
* @haydentherapper made their first contribution in https://github.com/sigstore/sigstore-rs/pull/251
72+
* @dmitris made their first contribution in https://github.com/sigstore/sigstore-rs/pull/257
73+
* @jvanz made their first contribution in https://github.com/sigstore/sigstore-rs/pull/206
74+
75+
**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.6.0...v0.7.0h
76+
77+
178
# v0.6.0
279

380
## 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.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
authors = ["sigstore-rs developers"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)