release: v0.8.0 - #99
Merged
Merged
Conversation
The one finding in it came from the repository that consumes this one: `--track` withheld its placement suggestion from exactly the plans that could still act on it. Notes in CHANGELOG.md. Minor rather than patch because the library broke — `plan::best_start_week` takes a `today` — which is what `cargo-semver-checks` says too: 195 of 196 checks pass, and the one that does not is `function_parameter_count_changed`. Pre-1.0 that is a minor, per docs/RELEASING.md. Every documented version reference moves with it: the four `action@v0.7.0` refs people copy, and the two "pin a number" examples a reader reasonably reads as current. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>
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.
Cuts 0.8.0. Notes are the
[0.8.0]section ofCHANGELOG.md, whichextract-changelog.shturns into the GitHub Release body.One finding, filed from the repository that consumes this one (#97, fixed in
#98):
--trackwithheld its placement suggestion from exactly the plans thatcould still act on it. A picture that could not be drawn where it sat was told
so and nothing else, while the only thing left to do about
holedis move it.Why minor and not patch
cargo-semver-checksagainst 0.7.0, before the bump:docs/RELEASING.mdcalls a changed public item breaking, and pre-1.0 that is aminor. Binaries and the Action are unaffected — only a caller of the library
directly.
Checklist
gh workflow run stress.yml— green (run)Cargo.tomland theCargo.lockentry at 0.8.0[Unreleased]moved to[0.8.0] - 2026-09-06, both link definitions repointedextract-changelog.sh 0.8.0returns the section;test-extract-changelog.shpassesaction@v0.7.0refs and two "pin a number"examples moved; the remaining matches are history (
fixed in 0.7.0inSECURITY.md,
until 0.4.0in DESIGN.md) and fixture data in thechangelog extractor's own test
fmt,clippy -D warnings, full test suite,cargo docwithRUSTDOCFLAGS=-D warningsAfter merge: tag
v0.8.0on main, which publishes.