Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.0"
".": "10.1.0-rc.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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