chore(main): release flint 0.20.0#165
Merged
zeitlinger merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
zeitlinger
approved these changes
Apr 13, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
This was referenced Apr 16, 2026
Closed
Closed
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.
flint v0.20.0 — Rust rewrite
flint has been rewritten from scratch in Rust. The bash + Docker stack is replaced by a fast, cross-platform native binary with no container dependency.
Highlights
--fullfor everything)flint update— migrates obsoletemise.tomltool keys automatically (e.g.ubi:→github:,npm:markdownlint-cli→npm:markdownlint-cli2)flint hook install— installs a pre-commit hook without any mise task knowledgegofmt,google-java-format,ktlint,dotnet-format,markdownlint-cli2,xmllint(viacargo:xmloxide),license-header(pure-Rust, no binary)java -jarinvocationMigration
See AGENTS-V2.md and README.md for full setup instructions.
Quick reference for existing consumers:
Remove:
lint:super-linter,lint:links,lint:renovate-deps,setup:native-lint-tools,setup:pre-commit-hooktasks. Runflint updateto auto-migrate any obsolete tool keys.Note
The changelog below includes entries from the legacy v1 bash era — see README-V1.md for v1 docs.
0.20.0 (2026-04-13)
Features
Bug Fixes
Important
Close and reopen this PR to trigger CI checks.