From 8aae8d3664f8a5b1b57bce1eb5d021b2c711d32d Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:49:19 -0500 Subject: [PATCH 01/13] chore: 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..98a7d73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 698919a..b7a5485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v10.0.0...v10.1.0) (2025-11-24) + + +### Features + +* support Dart 3.10 ([#178](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/178)) ([0f2784f](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/0f2784f0fca7899fb1b9bb9144cdc4ba710b141b)) + + +### Bug Fixes + +* **docs:** update documentation based on markdownlint ([#172](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/172)) ([b644968](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/b6449681c9a96b792a4d28894e4dd034dfbf651a)) + ## [10.0.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v10.0.0) (2025-08-22) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 1e9624a..618bcd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.0.0 +version: 10.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 f8e0bbcd7c99915124c616530110dc00481f1d1b Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:00 +0100 Subject: [PATCH 02/13] Update .release-please-manifest.json --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98a7d73..a1bb0f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.1.0-rc.1" } \ No newline at end of file From 663ad0e8febdaeb0b19da55eeffd89f6c60f1d49 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:18 +0100 Subject: [PATCH 03/13] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 618bcd1..2d0d6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.1.0 +version: 10.1.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 a7722d47c8fecf856cfe864b5d33389860600fb4 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:49:19 -0500 Subject: [PATCH 04/13] chore: 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..98a7d73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 698919a..b7a5485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v10.0.0...v10.1.0) (2025-11-24) + + +### Features + +* support Dart 3.10 ([#178](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/178)) ([0f2784f](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/0f2784f0fca7899fb1b9bb9144cdc4ba710b141b)) + + +### Bug Fixes + +* **docs:** update documentation based on markdownlint ([#172](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/172)) ([b644968](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/b6449681c9a96b792a4d28894e4dd034dfbf651a)) + ## [10.0.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v10.0.0) (2025-08-22) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 1e9624a..618bcd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.0.0 +version: 10.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 4eb93ee31abe67c7004cbd5ae857f72ccfbeaab8 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:00 +0100 Subject: [PATCH 05/13] Update .release-please-manifest.json --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98a7d73..a1bb0f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.1.0-rc.1" } \ No newline at end of file From 4885e315df02dd1751fe307a093d77c9ec814ae4 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:18 +0100 Subject: [PATCH 06/13] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 618bcd1..2d0d6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.1.0 +version: 10.1.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 a06d4ab252d83b32364d6b0041c05a7742b5958b Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:49:19 -0500 Subject: [PATCH 07/13] chore: 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..98a7d73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 698919a..b7a5485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v10.0.0...v10.1.0) (2025-11-24) + + +### Features + +* support Dart 3.10 ([#178](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/178)) ([0f2784f](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/0f2784f0fca7899fb1b9bb9144cdc4ba710b141b)) + + +### Bug Fixes + +* **docs:** update documentation based on markdownlint ([#172](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/172)) ([b644968](https://github.com/VeryGoodOpenSource/very_good_analysis/commit/b6449681c9a96b792a4d28894e4dd034dfbf651a)) + ## [10.0.0](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v10.0.0) (2025-08-22) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 1e9624a..618bcd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.0.0 +version: 10.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 ea5932832244dbde3293d1896cb5dc02f40b9688 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:00 +0100 Subject: [PATCH 08/13] Update .release-please-manifest.json --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98a7d73..a1bb0f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.1.0-rc.1" } \ No newline at end of file From 3843c2f30aafa7aef59401468c7ec1862c3d1e2b Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:18 +0100 Subject: [PATCH 09/13] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 618bcd1..2d0d6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.1.0 +version: 10.1.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 433101052ef099f96ade1bc98e9e451a2242e4d1 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:00 +0100 Subject: [PATCH 10/13] Update .release-please-manifest.json From 05f8658eceb978d0e330cf42a23e50cfe41d0959 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:18 +0100 Subject: [PATCH 11/13] Update pubspec.yaml From 86f66ec42ea4b8b1b185d8499465ecc59977da99 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Tue, 25 Nov 2025 10:50:24 +0100 Subject: [PATCH 12/13] docs: improve docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7788e2..971adb9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 This package provides lint rules for Dart and Flutter which are used at [Very Good Ventures][very_good_ventures_link]. For more information, see the [complete list of options][analysis_options_yaml]. -**Note**: This package was heavily inspired by [pedantic][pedantic_link]. +> This package was heavily inspired by [pedantic][pedantic_link]. ## Usage From 865f2438a5cb8f2be3c22c55247fc909eb4f3098 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 24 Nov 2025 20:53:32 +0100 Subject: [PATCH 13/13] empty commit