Skip to content

Commit bb63cff

Browse files
authored
Merge pull request #3 from wolfv/release-plz-2025-11-27T13-10-43Z
chore: release v0.2.0
2 parents c6bacb2 + 8426be0 commit bb63cff

File tree

13 files changed

+96
-24
lines changed

13 files changed

+96
-24
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.1.1"
19+
version = "0.2.0"
2020
edition = "2021"
2121
license = "BSD-3-Clause"
2222
repository = "https://github.com/sigstore/sigultimate"
@@ -84,14 +84,14 @@ futures = "0.3"
8484
directories = "6.0"
8585

8686
# Internal crates (path + version for publishing)
87-
sigstore-types = { path = "crates/sigstore-types", version = "0.1.1" }
88-
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.1.1" }
89-
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.1.1" }
90-
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.1.1" }
91-
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.1.1" }
92-
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.1.1" }
93-
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.1.1" }
94-
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.1.1" }
95-
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.1.1" }
96-
sigstore-verify = { path = "crates/sigstore-verify", version = "0.1.1" }
97-
sigstore-sign = { path = "crates/sigstore-sign", version = "0.1.1" }
87+
sigstore-types = { path = "crates/sigstore-types", version = "0.2.0" }
88+
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.2.0" }
89+
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.2.0" }
90+
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.2.0" }
91+
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.2.0" }
92+
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.2.0" }
93+
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.2.0" }
94+
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.2.0" }
95+
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.2.0" }
96+
sigstore-verify = { path = "crates/sigstore-verify", version = "0.2.0" }
97+
sigstore-sign = { path = "crates/sigstore-sign", version = "0.2.0" }

crates/sigstore-bundle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.1...sigstore-bundle-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files
15+
1016
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.0...sigstore-bundle-v0.1.1) - 2025-11-27
1117

1218
### Fixed

crates/sigstore-crypto/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.1...sigstore-crypto-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- format
15+
- remove duplicated types, add license and readme files
16+
1017
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.0...sigstore-crypto-v0.1.1) - 2025-11-27
1118

1219
### Fixed

crates/sigstore-fulcio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.1...sigstore-fulcio-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files
15+
1016
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.0...sigstore-fulcio-v0.1.1) - 2025-11-27
1117

1218
### Fixed

crates/sigstore-merkle/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-merkle-v0.1.1...sigstore-merkle-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove unused function
15+
- remove duplicated types, add license and readme files

crates/sigstore-oidc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.1...sigstore-oidc-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files
15+
1016
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.0...sigstore-oidc-v0.1.1) - 2025-11-27
1117

1218
### Fixed

crates/sigstore-rekor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-rekor-v0.1.1...sigstore-rekor-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files

crates/sigstore-sign/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.1...sigstore-sign-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files
15+
1016
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.0...sigstore-sign-v0.1.1) - 2025-11-27
1117

1218
### Fixed

crates/sigstore-trust-root/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-trust-root-v0.1.1...sigstore-trust-root-v0.2.0) - 2025-11-27
11+
12+
### Other
13+
14+
- remove duplicated types, add license and readme files
15+
1016
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-trust-root-v0.1.0...sigstore-trust-root-v0.1.1) - 2025-11-27
1117

1218
### Other

0 commit comments

Comments
 (0)