chore: release v0.3.1 - #190
Merged
Merged
Conversation
Contributor
soothfast gate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Cuts v0.3.1. The
Unreleasedheading becomes## 0.3.1 - 2026-09-06with Overview and Upgrade notes written, the workspace version and the eight intra-workspace requirements move from 0.3.0 to 0.3.1, the lockfile follows, and the README dependency snippet andsoothfast.tomlsite version match. Two wording fixes ride along: the 0.3.0 Overview no longer compares soothfast to another product, and adocs/spec.mdexample uses a placeholder crate name instead of a real project's.Why
The one-step action in 0.3.0 could not run a bench target that declares
required-features, could not diff the changelog over a crate without a bench, and had no way to land derived files outside its built-in regeneration. #187 adds inputs for each and #188 hardens the broker's tag rule against annotated tag objects. Both are action and broker changes, but the release workflow requires the tag to match the workspace version, so they ship as a patch release of the crates too. The frozen section was read against master d5d84f4 after the last changelog regeneration and lists exactly the two merges since v0.3.0.How was this tested
make checkon this tree (fmt, clippy-D warnings,cargo test --workspace --all-features): exit 0, 25 test binaries green.cargo metadata --offlinerefreshedCargo.lock; the diff is ten version lines and nothing else.release.ymlend to end, including the tag-object peel now live in the broker.Checklist
make checkpasses (fmt, clippy-D warnings,cargo test --workspace)make gate BASE=masterpasses, or any intentional cost change is explained above///doc commentsREADME.md,docs/,soothfast:bind/soothfast:claimmarkers) updated if behavior changed