diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..a1bb0f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0-rc.1" } \ 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/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 diff --git a/pubspec.yaml b/pubspec.yaml index 1e9624a..2d0d6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: very_good_analysis -version: 10.0.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