Skip to content

Commit bca05ad

Browse files
authored
chore: release v0.6.0 (#12)
1 parent 0027465 commit bca05ad

File tree

6 files changed

+58
-26
lines changed

6 files changed

+58
-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.5.0"
20+
version = "0.6.0"
2121
edition = "2021"
2222
license = "BSD-3-Clause"
2323
repository = "https://github.com/wolfv/sigstore-rust"
@@ -87,15 +87,15 @@ futures = "0.3"
8787
directories = "6.0"
8888

8989
# Internal crates (path + version for publishing)
90-
sigstore-types = { path = "crates/sigstore-types", version = "0.5.0" }
91-
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.5.0" }
92-
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.5.0" }
93-
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.5.0" }
94-
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.5.0" }
95-
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.5.0" }
96-
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.5.0" }
97-
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.5.0" }
98-
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.5.0" }
99-
sigstore-cache = { path = "crates/sigstore-cache", version = "0.5.0" }
100-
sigstore-verify = { path = "crates/sigstore-verify", version = "0.5.0" }
101-
sigstore-sign = { path = "crates/sigstore-sign", version = "0.5.0" }
90+
sigstore-types = { path = "crates/sigstore-types", version = "0.6.0" }
91+
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.6.0" }
92+
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.6.0" }
93+
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.6.0" }
94+
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.6.0" }
95+
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.6.0" }
96+
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.6.0" }
97+
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.6.0" }
98+
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.6.0" }
99+
sigstore-cache = { path = "crates/sigstore-cache", version = "0.6.0" }
100+
sigstore-verify = { path = "crates/sigstore-verify", version = "0.6.0" }
101+
sigstore-sign = { path = "crates/sigstore-sign", version = "0.6.0" }

crates/sigstore-bundle/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.5.0...sigstore-bundle-v0.6.0) - 2025-12-08
11+
12+
### Added
13+
14+
- add fuzzing tests ([#13](https://github.com/wolfv/sigstore-rust/pull/13))
15+
16+
### Other
17+
18+
- improve types and add interop test workflow ([#9](https://github.com/wolfv/sigstore-rust/pull/9))
19+
1020
## [0.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.4.0...sigstore-bundle-v0.5.0) - 2025-12-01
1121

1222
### Added

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.6.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.5.0...sigstore-sign-v0.6.0) - 2025-12-08
11+
12+
### Other
13+
14+
- improve types and add interop test workflow ([#9](https://github.com/wolfv/sigstore-rust/pull/9))
15+
1016
## [0.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.4.0...sigstore-sign-v0.5.0) - 2025-12-01
1117

1218
### Added

crates/sigstore-types/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.6.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-types-v0.5.0...sigstore-types-v0.6.0) - 2025-12-08
11+
12+
### Other
13+
14+
- improve types and add interop test workflow ([#9](https://github.com/wolfv/sigstore-rust/pull/9))
15+
1016
## [0.4.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-types-v0.3.0...sigstore-types-v0.4.0) - 2025-11-28
1117

1218
### Other

crates/sigstore-verify/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.5.0...sigstore-verify-v0.6.0) - 2025-12-08
11+
12+
### Added
13+
14+
- add fuzzing tests ([#13](https://github.com/wolfv/sigstore-rust/pull/13))
15+
16+
### Other
17+
18+
- improve types and add interop test workflow ([#9](https://github.com/wolfv/sigstore-rust/pull/9))
19+
1020
## [0.5.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.4.0...sigstore-verify-v0.5.0) - 2025-12-01
1121

1222
### Added

0 commit comments

Comments
 (0)