Skip to content

Commit

Permalink
chore: 7.0.0.dev-1 release (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Dec 10, 2024
1 parent 343dce0 commit e5d9346
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 7.0.0-dev.1

- feat: add `document_ignores` [125](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/125)
- feat: remove `avoid_null_checks_in_equality_operators` [124](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/124)
- feat: add avoid_catches_without_on_clauses [123](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/123)
- feat: add invalid_runtime_check_with_js_interop_types [122](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/122)
- feat: add unintended_html_in_doc_comment [121](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/121)
- chore: Remove the package_api_docs lint in next release [118](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/118)
- feat: update lints for Dart 3.5 [111](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/111)
- docs: update exclusion reasons [109](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/109)
- docs: update commands in contributing [110](https://github.com/VeryGoodOpenSource/very_good_analysis/pull/110)

# 6.0.0

- chore: release 6.0.0-dev.1
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.7.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0-dev.1.yaml
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: 6.0.0
version: 7.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 e5d9346

Please sign in to comment.