-
Notifications
You must be signed in to change notification settings - Fork 0
Chore: release v1.1.2 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [plugin] | ||
| name = "trust" | ||
| version = "1.1.1" | ||
| version = "1.1.2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Once the README mismatch is fixed, the tagged Release workflow will still reach its strict SpecSync contract check with stale accepted evidence: CHG-0002's recorded acceptance manifest hashes the previous AGENTS.md reference: AGENTS.md:L7-L7 Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Release this as 1.2.0 rather than 1.1.2 because the preceding change moves the public Useful? React with 👍 / 👎. |
||
| description = "One trust gate for contracts, verification, risk, and signed provenance" | ||
| author = "CorvidLabs" | ||
| license = "MIT" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this commit is released as v1.1.2, the manual installation command in
README.mdstill pinsCorvidLabs/trust@v1.1.1, so users following the documented path will not receive this release or its SpecSync 5.2.0 update. This also makesbash tests/test.shfail at the assertion on line 54 that the README tag matchesplugin.toml; update the README pin alongside this version bump.Useful? React with 👍 / 👎.