Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading