diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 71e95baf..978d5713 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b55b63..699f96d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.20.1](https://github.com/grafana/flint/compare/v0.20.0...v0.20.1) (2026-04-16) + + +### Bug Fixes + +* **release:** add workflow_dispatch to retrigger for existing tags ([#167](https://github.com/grafana/flint/issues/167)) ([0ffb495](https://github.com/grafana/flint/commit/0ffb495ae907397dbd8d3dc6777f9c3f355417a9)) +* **release:** suppress component prefix in release-please tags ([#166](https://github.com/grafana/flint/issues/166)) ([949fbf1](https://github.com/grafana/flint/commit/949fbf159ed23e0309a7fada6d32b2e62f06ce89)) + ## [0.20.0](https://github.com/grafana/flint/compare/flint-v0.19.0...flint-v0.20.0) (2026-04-13) diff --git a/Cargo.lock b/Cargo.lock index 4d5916ff..fe322467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "flint" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 95c5529d..1c596985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flint" -version = "0.20.0" +version = "0.20.1" edition = "2024" description = "mise-native lint orchestrator" license = "Apache-2.0"