Skip to content

Commit b5ac11f

Browse files
chore: 10.0.0-rc.1 (#163)
* chore: 9.1.0 * chore: change 9.1.0 to 10.0.0-rc.1 * Update .release-please-manifest.json --------- Co-authored-by: Marcos Sevilla <marcossevilla14@gmail.com> Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent 44fab49 commit b5ac11f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
".": "9.0.0"
3-
}
4-
2+
".": "10.0.0-rc.1"
3+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [10.0.0-rc.1](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v9.0.0...v9.1.0) (2025-08-22)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### Docs
10+
11+
* 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))
112

213
## 9.0.0
314

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: very_good_analysis
2-
version: 9.0.0
2+
version: 10.0.0-rc.1
33
description: Lint rules for Dart and Flutter used internally at Very Good Ventures.
44
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
55
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues

0 commit comments

Comments
 (0)