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.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
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.0" }
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.1.0" }
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.1.0" }
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.1.0" }
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.1.0" }
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.1.0" }
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.1.0" }
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.1.0" }
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.1.0" }
sigstore-verify = { path = "crates/sigstore-verify", version = "0.1.0" }
sigstore-sign = { path = "crates/sigstore-sign", version = "0.1.0" }
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" }
33 changes: 33 additions & 0 deletions crates/sigstore-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.0...sigstore-bundle-v0.1.1) - 2025-11-27

### Fixed

- fix publishing
- fix clippy
- fix up
- fix other conformance issue

### Other

- fmt
- more type safety
- more simplifications
- slim down codebase
- some clean up
- improve dsse verification
- add happy-path bundle
- remove raw json stuff as it should not be needed
- hash raw dsse
- more type safety
- type safety improvements
- make the conformance suite pass
- initial commit
14 changes: 14 additions & 0 deletions crates/sigstore-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.0...sigstore-crypto-v0.1.1) - 2025-11-27

### Fixed

- fix verification
20 changes: 20 additions & 0 deletions crates/sigstore-fulcio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.0...sigstore-fulcio-v0.1.1) - 2025-11-27

### Fixed

- fix publishing

### Other

- fmt
- hash raw dsse
- initial commit
8 changes: 8 additions & 0 deletions crates/sigstore-merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

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]
20 changes: 20 additions & 0 deletions crates/sigstore-oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.0...sigstore-oidc-v0.1.1) - 2025-11-27

### Fixed

- fix publishing

### Other

- some clean up
- slim down dependency tree
- initial commit
8 changes: 8 additions & 0 deletions crates/sigstore-rekor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

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]
18 changes: 18 additions & 0 deletions crates/sigstore-sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.0...sigstore-sign-v0.1.1) - 2025-11-27

### Fixed

- fix publishing

### Other

- add new crates
14 changes: 14 additions & 0 deletions crates/sigstore-trust-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

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.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

- fmt
14 changes: 14 additions & 0 deletions crates/sigstore-tsa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-tsa-v0.1.0...sigstore-tsa-v0.1.1) - 2025-11-27

### Other

- update Cargo.toml dependencies
8 changes: 8 additions & 0 deletions crates/sigstore-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

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]
22 changes: 22 additions & 0 deletions crates/sigstore-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

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.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-verify-v0.1.0...sigstore-verify-v0.1.1) - 2025-11-27

### Fixed

- fix verification
- fix publishing

### Other

- add conformance test
- add all test data
- add tests for verify
- add new crates