diff --git a/CHANGELOG.md b/CHANGELOG.md index a8467d8..007f9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.20.4](https://github.com/grafana/flint/compare/v0.20.3...v0.20.4) - 2026-04-23 + +### Added + +- group linter renovate updates ([#209](https://github.com/grafana/flint/pull/209)) + +### Fixed + +- expand baseline guards for config and flint changes ([#215](https://github.com/grafana/flint/pull/215)) +- remove stale exclude_paths init placeholder ([#211](https://github.com/grafana/flint/pull/211)) +- baseline lint coverage changes ([#214](https://github.com/grafana/flint/pull/214)) +- align biome init and formatter ownership ([#205](https://github.com/grafana/flint/pull/205)) + +### Other + +- *(deps)* update dependency npm:renovate to v43.133.0 ([#216](https://github.com/grafana/flint/pull/216)) +- *(deps)* update dependency npm:renovate to v43.132.2 ([#212](https://github.com/grafana/flint/pull/212)) +- *(deps)* update taiki-e/install-action digest to 5f57d6c ([#204](https://github.com/grafana/flint/pull/204)) +- clarify that flint init works with existing mise.toml ([#208](https://github.com/grafana/flint/pull/208)) +- guard against overlapping fixer ownership ([#206](https://github.com/grafana/flint/pull/206)) + ## [0.20.3](https://github.com/grafana/flint/compare/v0.20.2...v0.20.3) - 2026-04-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3dd3009..bccd465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "flint" -version = "0.20.3" +version = "0.20.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2bb7d30..b1030b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flint" -version = "0.20.3" +version = "0.20.4" edition = "2024" description = "mise-native lint orchestrator" license = "Apache-2.0"