Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Jul 16, 2024
1 parent 8f268c4 commit ad808f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pana
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
version: 0.22.9-dev
version: 0.22.9
repository: https://github.com/dart-lang/pana
topics:
- tool
Expand Down
1 change: 1 addition & 0 deletions test/tag/dart_sdk_libraries_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void main() {
allLibraries.where((e) => !e.startsWith('_')).toList();

final exempted = {
'concurrent',
'vmservice',
'vmservice_io',
};
Expand Down

0 comments on commit ad808f5

Please sign in to comment.