File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 8.0.7
2+ - More data for ` Event.analysisStatistics ` for events from Dart Analysis Server.
3+
14## 8.0.6
25- Added ` Event.analysisStatistics ` for events from Dart Analysis Server, about analysis.
36
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const int kMaxLogFileSize = 25 * (1 << 20);
8787const String kLogFileName = 'dart-flutter-telemetry.log' ;
8888
8989/// The current version of the package, should be in line with pubspec version.
90- const String kPackageVersion = '8.0.6 ' ;
90+ const String kPackageVersion = '8.0.7 ' ;
9191
9292/// The minimum length for a session.
9393const int kSessionDurationMinutes = 30 ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
55# LINT.IfChange
66# When updating this, keep the version consistent with the changelog and the
77# value in lib/src/constants.dart.
8- version : 8.0.6
8+ version : 8.0.7
99# LINT.ThenChange(lib/src/constants.dart)
1010repository : https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
1111issue_tracker : https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics
You can’t perform that action at this time.
0 commit comments