diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 62800a16f5b..f9dcf96868a 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.57.0'; +const version = '2.58.0-dev.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 7c36114ba5b..2f5e4873c42 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.57.0 +version: 2.58.0-dev.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index 6893cc7d4f4..05805dbad6f 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md @@ -6,16 +6,16 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens This is a draft for future release notes that are going to land on [the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes). -# DevTools 2.57.0 release notes +# DevTools 2.58.0 release notes -The 2.57.0 release of the Dart and Flutter DevTools +The 2.58.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the -[DevTools overview](https://docs.flutter.dev/tools/devtools). +[DevTools overview](/tools/devtools). ## General updates -- TODO: Remove this section if there are not any updates. +TODO: Remove this section if there are not any updates. ## Inspector updates @@ -39,16 +39,15 @@ TODO: Remove this section if there are not any updates. ## Network profiler updates -- Added a filter setting to hide HTTP-profiler socket data. [#9698](https://github.com/flutter/devtools/pull/9698) +TODO: Remove this section if there are not any updates. ## Logging updates -- Added support for searching within the log details view (raw text mode). [#9712](https://github.com/flutter/devtools/pull/9712) - ![Search in log details](images/log_details_search.png "Searching within the log details view") +TODO: Remove this section if there are not any updates. ## App size tool updates -- Added documentation links and improved handling for null files. [#9689](https://github.com/flutter/devtools/pull/9689) +TODO: Remove this section if there are not any updates. ## Deep links tool updates @@ -69,4 +68,4 @@ TODO: Remove this section if there are not any updates. ## Full commit history To find a complete list of changes in this release, check out the -[DevTools git log](https://github.com/flutter/devtools/tree/v2.57.0). +[DevTools git log](https://github.com/flutter/devtools/tree/v2.58.0). diff --git a/packages/devtools_app/release_notes/images/log_details_search.png b/packages/devtools_app/release_notes/images/log_details_search.png deleted file mode 100644 index a99d6e35a6c..00000000000 Binary files a/packages/devtools_app/release_notes/images/log_details_search.png and /dev/null differ