Skip to content

Commit ec640bd

Browse files
authored
chore: release v0.1.1
1 parent c9606b3 commit ec640bd

File tree

13 files changed

+248
-24
lines changed

13 files changed

+248
-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.0"
19+
version = "0.1.1"
2020
edition = "2021"
2121
license = "Apache-2.0"
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.0" }
88-
sigstore-crypto = { path = "crates/sigstore-crypto", version = "0.1.0" }
89-
sigstore-merkle = { path = "crates/sigstore-merkle", version = "0.1.0" }
90-
sigstore-tsa = { path = "crates/sigstore-tsa", version = "0.1.0" }
91-
sigstore-trust-root = { path = "crates/sigstore-trust-root", version = "0.1.0" }
92-
sigstore-bundle = { path = "crates/sigstore-bundle", version = "0.1.0" }
93-
sigstore-rekor = { path = "crates/sigstore-rekor", version = "0.1.0" }
94-
sigstore-fulcio = { path = "crates/sigstore-fulcio", version = "0.1.0" }
95-
sigstore-oidc = { path = "crates/sigstore-oidc", version = "0.1.0" }
96-
sigstore-verify = { path = "crates/sigstore-verify", version = "0.1.0" }
97-
sigstore-sign = { path = "crates/sigstore-sign", version = "0.1.0" }
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" }
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-bundle-v0.1.0...sigstore-bundle-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
- fix clippy
16+
- fix up
17+
- fix other conformance issue
18+
19+
### Other
20+
21+
- fmt
22+
- more type safety
23+
- more simplifications
24+
- slim down codebase
25+
- some clean up
26+
- improve dsse verification
27+
- add happy-path bundle
28+
- remove raw json stuff as it should not be needed
29+
- hash raw dsse
30+
- more type safety
31+
- type safety improvements
32+
- make the conformance suite pass
33+
- initial commit
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-crypto-v0.1.0...sigstore-crypto-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix verification
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-fulcio-v0.1.0...sigstore-fulcio-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- fmt
19+
- hash raw dsse
20+
- initial commit
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

crates/sigstore-oidc/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-oidc-v0.1.0...sigstore-oidc-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- some clean up
19+
- slim down dependency tree
20+
- initial commit

crates/sigstore-rekor/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-rekor-v0.1.0...sigstore-rekor-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
- fix docs check
16+
- fix up
17+
- fix bug
18+
19+
### Other
20+
21+
- fmt
22+
- add todo comments
23+
- more type safety
24+
- slight improvements
25+
- slim down codebase
26+
- improve dsse verification
27+
- improve dsse verification
28+
- hash raw dsse
29+
- more type safety
30+
- type safety improvements
31+
- more new type wrappers
32+
- fmt
33+
- fmt
34+
- missing files
35+
- refactor
36+
- make the conformance suite pass
37+
- initial commit

crates/sigstore-sign/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/wolfv/sigstore-rust/compare/sigstore-sign-v0.1.0...sigstore-sign-v0.1.1) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- add new crates
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [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
11+
12+
### Fixed
13+
14+
- fix publish problems
15+
- fix publishing
16+
- fix docs check
17+
18+
### Other
19+
20+
- add new crates
21+
- fmt
22+
- more type safety
23+
- add more tests, tuf and merkle tree test data
24+
- add test cases
25+
- implement sct validation etc
26+
- slim down codebase
27+
- more type safety
28+
- run clippy
29+
- fmt
30+
- initial commit

0 commit comments

Comments
 (0)