chore(release): 0.2.0 - #98
Merged
Merged
Conversation
v0.1.1 was tagged without moving the version off 0.1.0, so the workspace, the app manifest and the tag have disagreed since July. This sets all three to the same number.
Dates the section that had been accumulating under Unreleased since v0.1.1, and leaves an empty Unreleased heading behind so the next user-visible change has somewhere to go. Three entries were adjusted against the commits they describe: --rules now records the pattern validation and the protected-rule ordering that shipped with it, and the empty-quarantine purge and the two-marker project fix had landed without being written down.
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 & why
Cuts 0.2.0. 191 commits since
v0.1.1, +6219/−2160 across 57 files.Two commits:
v0.1.1was tagged back in July without moving theversion off
0.1.0, soCargo.toml,app/src-tauri/tauri.conf.json,app/package.jsonand the tag have disagreed ever since. All four nowsay
0.2.0.Unreleased, and leaves an emptyUnreleasedheading for the nextchange. Three entries were corrected against the commits they describe:
--rulesnow records the pattern validation and protected-ruleordering that shipped with it, and two fixes (empty-quarantine purge,
two-marker project directories) had landed without being written down.
Minor, not patch: the release adds CLI flags, a Quarantine panel, scan
cancellation and the impact graph, and changes rule matching from
substrings to anchored globs.
Headline changes
/tmpno longermatches
~/tmp, and the Firefox rule coverscache2rather than thewhole profile
depends on is marked more cautiously than an abandoned one
is closed; the app gained a Quarantine panel with restore and purge
diskern scanprints the findings, with--top,--verdictand--rulesstopped counting bytes on files nothing will act on
Validation
cargo fmt --all -- --checkcargo clippy -p diskern-core -p diskern-cli --all-targets -- -D warningscargo test -p diskern-core -p diskern-cli— 66 pass, 0 failAfter merge
git tag v0.2.0 && git push --tagsbuilds the artifacts into a draftrelease for review before publishing, per docs/RELEASING.md.