chore(release): 0.3.0#44
Merged
Merged
Conversation
Bundles specs 14-18. Breaking: tests/benches/examples excluded by default (spec 14); delta human/markdown output is changed-only by default (spec 16); library API render_delta gained show_unchanged and Format gained a Shields variant. Bump version, add CHANGELOG entry, update README version badges.
✅ No CRAP regressions↑ 0 regressed · ★ 0 new · ↔ 0 moved · ↓ 0 improved · 152 unchanged · — 0 removed |
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.
Release preparation for v0.3.0. Bundles specs 14–18 (everything unreleased since v0.2.2).
Why 0.3.0 (minor bump = breaking under 0.x semver)
Behavioral breaks:
tests/**,benches/**,examples/**now excluded by default. Restore with--no-default-excludes/default-excludes = [].--baselinehuman/markdown output is changed-only by default. Restore with--show-unchanged.Library API breaks:
report::render_deltagained ashow_unchangedparameter.report::Formatgained aShieldsvariant (enum is not#[non_exhaustive]).Changes in this PR
Cargo.toml:0.2.2→0.3.0CHANGELOG.md:[0.3.0]section (Added / Changed / Fixed) covering specs 14, 15, 16, 17, 18README.md: version badge + docs.rs link bumped to 0.3.0No code changes —
Cargo.lockis gitignored.just devclean.Release steps after merge
Tag-driven: pushing
v0.3.0triggers.github/workflows/release.yml(builds binaries for all targets, creates the GitHub release, thencargo publishto crates.io).git checkout main && git pull git tag v0.3.0 git push origin v0.3.0