Skip to content

Commit 1993fa0

Browse files
authored
chore: release v0.5.0 (#7)
1 parent 51049c2 commit 1993fa0

File tree

7 files changed

+56
-26
lines changed

7 files changed

+56
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.4.0"
20+
version = "0.5.0"
2121
edition = "2021"
2222
license = "BSD-3-Clause"
2323
repository = "https://github.com/wolfv/sigstore-rust"
@@ -86,15 +86,15 @@ futures = "0.3"
8686
directories = "6.0"
8787

8888
# Internal crates (path + version for publishing)
89-
sigstore-types = { path = "crates/sigstore-types", version = "0.4.0" }
90-
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.4.0" }
91-
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.4.0" }
92-
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.4.0" }
93-
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.4.0" }
94-
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.4.0" }
95-
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.4.0" }
96-
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.4.0" }
97-
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.4.0" }
98-
sigstore-cache = { path = "crates/sigstore-cache", version = "0.4.0" }
99-
sigstore-verify = { path = "crates/sigstore-verify", version = "0.4.0" }
100-
sigstore-sign = { path = "crates/sigstore-sign", version = "0.4.0" }
89+
sigstore-types = { path = "crates/sigstore-types", version = "0.5.0" }
90+
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.5.0" }
91+
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.5.0" }
92+
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.5.0" }
93+
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.5.0" }
94+
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.5.0" }
95+
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.5.0" }
96+
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.5.0" }
97+
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.5.0" }
98+
sigstore-cache = { path = "crates/sigstore-cache", version = "0.5.0" }
99+
sigstore-verify = { path = "crates/sigstore-verify", version = "0.5.0" }
100+
sigstore-sign = { path = "crates/sigstore-sign", version = "0.5.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.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.4.0...sigstore-bundle-v0.5.0) - 2025-12-01
11+
12+
### Added
13+
14+
- Add SigningConfig support and V2 bundle fixes ([#6](https://github.com/wolfv/sigstore-rust/pull/6))
15+
1016
## [0.3.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.2.0...sigstore-bundle-v0.3.0) - 2025-11-28
1117

1218
### Other

crates/sigstore-rekor/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.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-rekor-v0.4.0...sigstore-rekor-v0.5.0) - 2025-12-01
11+
12+
### Added
13+
14+
- Add SigningConfig support and V2 bundle fixes ([#6](https://github.com/wolfv/sigstore-rust/pull/6))
15+
1016
## [0.3.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-rekor-v0.2.0...sigstore-rekor-v0.3.0) - 2025-11-28
1117

1218
### Other

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.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.4.0...sigstore-sign-v0.5.0) - 2025-12-01
11+
12+
### Added
13+
14+
- Add SigningConfig support and V2 bundle fixes ([#6](https://github.com/wolfv/sigstore-rust/pull/6))
15+
1016
## [0.4.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.3.0...sigstore-sign-v0.4.0) - 2025-11-28
1117

1218
### Other

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.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-trust-root-v0.4.0...sigstore-trust-root-v0.5.0) - 2025-12-01
11+
12+
### Added
13+
14+
- Add SigningConfig support and V2 bundle fixes ([#6](https://github.com/wolfv/sigstore-rust/pull/6))
15+
1016
## [0.3.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-trust-root-v0.2.0...sigstore-trust-root-v0.3.0) - 2025-11-28
1117

1218
### Other

crates/sigstore-verify/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.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.4.0...sigstore-verify-v0.5.0) - 2025-12-01
11+
12+
### Added
13+
14+
- Add SigningConfig support and V2 bundle fixes ([#6](https://github.com/wolfv/sigstore-rust/pull/6))
15+
1016
## [0.4.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.3.0...sigstore-verify-v0.4.0) - 2025-11-28
1117

1218
### Other

0 commit comments

Comments
 (0)