Skip to content

Commit a02fb11

Browse files
authored
chore: release v0.1.0
1 parent 28d130f commit a02fb11

File tree

10 files changed

+264
-0
lines changed

10 files changed

+264
-0
lines changed
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-bundle-v0.1.0) - 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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-crypto-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
- fix
16+
17+
### Other
18+
19+
- add new crates
20+
- fmt
21+
- add more tests, tuf and merkle tree test data
22+
- implement SCT validation
23+
- implement sct validation etc
24+
- some clean up
25+
- improve dsse verification
26+
- slim down dependency tree
27+
- hash raw dsse
28+
- run clippy
29+
- missing files
30+
- refactor
31+
- initial commit
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-fulcio-v0.1.0) - 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-merkle-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- add all test data
19+
- add new crates
20+
- more type safety
21+
- add more tests, tuf and merkle tree test data
22+
- some clean up
23+
- initial commit

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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-oidc-v0.1.0) - 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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-rekor-v0.1.0) - 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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-sign-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- add new crates
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-trust-root-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
- fix docs check
16+
17+
### Other
18+
19+
- add new crates
20+
- fmt
21+
- more type safety
22+
- add more tests, tuf and merkle tree test data
23+
- add test cases
24+
- implement sct validation etc
25+
- slim down codebase
26+
- more type safety
27+
- run clippy
28+
- fmt
29+
- initial commit

crates/sigstore-tsa/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-tsa-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- more type safety
19+
- slight improvements
20+
- add more tests, tuf and merkle tree test data
21+
- more simplifications
22+
- slim down codebase
23+
- some clean up
24+
- remove raw json stuff as it should not be needed
25+
- slim down dependency tree
26+
- update dependencies
27+
- fmt
28+
- fmt
29+
- missing files
30+
- refactor
31+
- make the conformance suite pass
32+
- initial commit
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.0](https://github.com/wolfv/sigstore-rust/releases/tag/sigstore-verify-v0.1.0) - 2025-11-27
11+
12+
### Fixed
13+
14+
- fix publishing
15+
16+
### Other
17+
18+
- add conformance test
19+
- add all test data
20+
- add tests for verify
21+
- add new crates

0 commit comments

Comments
 (0)