Skip to content

Commit

Permalink
chore: v6.0.0-dev.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Jun 14, 2024
1 parent b0d0f91 commit 9f5a2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 6.0.0 (Unreleased)
# 6.0.0-dev.1

- feat!: upgrade to support Dart `^3.4.0`
- feat: additional lint rules:
- [missing_code_block_language_in_doc_comment](https://dart.dev/tools/linter-rules/missing_code_block_language_in_doc_comment)
- [no_self_assignments](https://dart.dev/tools/linter-rules/no_self_assignments)
- [no_wildcard_variable_uses](https://dart.dev/tools/linter-rules/no_wildcard_variable_uses)
- docs: include exclusion reason table ([100](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/100), [102](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/102))

# 5.1.0

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: 5.1.0
version: 6.0.0-dev.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

0 comments on commit 9f5a2df

Please sign in to comment.