From 9b927df6545ea0bed13efe7186e848b65c99755a Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:03:25 -0300 Subject: [PATCH 1/3] chore: 9.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ed0e81..c831097 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "9.0.0" + ".": "9.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa8ae4..7486fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [9.1.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22) + + +### Features + +* support Dart 3.9.0 ([#162](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/162)) ([44fab49](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/44fab4952609b6b6807136cd9156ed5fa680e37e)) + + +### Docs + +* update `CONTRIBUTING.md` to explain how to add new lint rules ([#156](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/156)) ([447051a](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/447051a324ac232d5f2c0298449631ac87b09ad7)) ## 9.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 6786ec1..95302b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 9.0.0 +version: 9.1.0 description: Lint rules for Dart and Flutter used internally at Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_analysis issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues From 79251b99a96a3ad6181f13220985139e390c3839 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla Date: Fri, 22 Aug 2025 17:07:58 +0200 Subject: [PATCH 2/3] chore: change 9.1.0 to 10.0.0-rc.1 --- .release-please-manifest.json | 5 ++--- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c831097..88c1d1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,3 @@ { - ".": "9.1.0" -} - \ No newline at end of file + ".": "10.0.0" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7486fb0..65c5ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [9.1.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22) +## [10.0.0-rc.1](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 95302b0..f214030 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 9.1.0 +version: 10.0.0-rc.1 description: Lint rules for Dart and Flutter used internally at Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_analysis issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues From 75af3741a17436414b400704af22c6627bcfb2b8 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla Date: Fri, 22 Aug 2025 18:20:12 +0200 Subject: [PATCH 3/3] chore: 10.0.0-rc.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..59c8ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.0-rc.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c5ffa..39bbe66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [10.0.0-rc.1](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22) +## [10.0.0-rc.2](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index f214030..d4c25f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.0.0-rc.1 +version: 10.0.0-rc.2 description: Lint rules for Dart and Flutter used internally at Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_analysis issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues