Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "BSD-3-Clause"
repository = "https://github.com/sigstore/sigultimate"
Expand Down Expand Up @@ -84,14 +84,14 @@ futures = "0.3"
directories = "6.0"

# Internal crates (path + version for publishing)
sigstore-types = { path = "crates/sigstore-types", version = "0.1.1" }
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.1.1" }
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.1.1" }
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.1.1" }
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.1.1" }
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.1.1" }
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.1.1" }
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.1.1" }
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.1.1" }
sigstore-verify = { path = "crates/sigstore-verify", version = "0.1.1" }
sigstore-sign = { path = "crates/sigstore-sign", version = "0.1.1" }
sigstore-types = { path = "crates/sigstore-types", version = "0.2.0" }
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.2.0" }
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.2.0" }
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.2.0" }
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.2.0" }
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.2.0" }
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.2.0" }
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.2.0" }
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.2.0" }
sigstore-verify = { path = "crates/sigstore-verify", version = "0.2.0" }
sigstore-sign = { path = "crates/sigstore-sign", version = "0.2.0" }
6 changes: 6 additions & 0 deletions crates/sigstore-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.1...sigstore-bundle-v0.2.0) - 2025-11-27

### Other

- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.0...sigstore-bundle-v0.1.1) - 2025-11-27

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions crates/sigstore-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.1...sigstore-crypto-v0.2.0) - 2025-11-27

### Other

- format
- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.0...sigstore-crypto-v0.1.1) - 2025-11-27

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/sigstore-fulcio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.1...sigstore-fulcio-v0.2.0) - 2025-11-27

### Other

- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.0...sigstore-fulcio-v0.1.1) - 2025-11-27

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions crates/sigstore-merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-merkle-v0.1.1...sigstore-merkle-v0.2.0) - 2025-11-27

### Other

- remove unused function
- remove duplicated types, add license and readme files
6 changes: 6 additions & 0 deletions crates/sigstore-oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.1...sigstore-oidc-v0.2.0) - 2025-11-27

### Other

- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.0...sigstore-oidc-v0.1.1) - 2025-11-27

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/sigstore-rekor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-rekor-v0.1.1...sigstore-rekor-v0.2.0) - 2025-11-27

### Other

- remove duplicated types, add license and readme files
6 changes: 6 additions & 0 deletions crates/sigstore-sign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.1...sigstore-sign-v0.2.0) - 2025-11-27

### Other

- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.0...sigstore-sign-v0.1.1) - 2025-11-27

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/sigstore-trust-root/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- remove duplicated types, add license and readme files

## [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

### Other
Expand Down
7 changes: 7 additions & 0 deletions crates/sigstore-tsa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-tsa-v0.1.1...sigstore-tsa-v0.2.0) - 2025-11-27

### Other

- require trust root in constructor, remove more unused code, update readme
- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-tsa-v0.1.0...sigstore-tsa-v0.1.1) - 2025-11-27

### Other
Expand Down
8 changes: 8 additions & 0 deletions crates/sigstore-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-types-v0.1.1...sigstore-types-v0.2.0) - 2025-11-27

### Other

- more dead code removal
- format
- remove duplicated types, add license and readme files
7 changes: 7 additions & 0 deletions crates/sigstore-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.1.1...sigstore-verify-v0.2.0) - 2025-11-27

### Other

- require trust root in constructor, remove more unused code, update readme
- remove duplicated types, add license and readme files

## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.1.0...sigstore-verify-v0.1.1) - 2025-11-27

### Fixed
Expand Down