Skip to content

Commit 011024a

Browse files
srawlinsrishika0212
authored andcommitted
Prepare the release notes for 2.58.0 (flutter#9766)
1 parent 078a268 commit 011024a

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.57.0';
13+
const version = '2.58.0-dev.0';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
# Note: this version should only be updated by running the 'dt update-version'
99
# command that updates the version here and in 'devtools.dart'.
10-
version: 2.57.0
10+
version: 2.58.0-dev.0
1111

1212
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1313

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66
This is a draft for future release notes that are going to land on
77
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).
88

9-
# DevTools 2.57.0 release notes
9+
# DevTools 2.58.0 release notes
1010

11-
The 2.57.0 release of the Dart and Flutter DevTools
11+
The 2.58.0 release of the Dart and Flutter DevTools
1212
includes the following changes among other general improvements.
1313
To learn more about DevTools, check out the
14-
[DevTools overview](https://docs.flutter.dev/tools/devtools).
14+
[DevTools overview](/tools/devtools).
1515

1616
## General updates
1717

18-
- TODO: Remove this section if there are not any updates.
18+
TODO: Remove this section if there are not any updates.
1919

2020
## Inspector updates
2121

@@ -41,16 +41,15 @@ TODO: Remove this section if there are not any updates.
4141

4242
## Network profiler updates
4343

44-
- Added a filter setting to hide HTTP-profiler socket data. [#9698](https://github.com/flutter/devtools/pull/9698)
44+
TODO: Remove this section if there are not any updates.
4545

4646
## Logging updates
4747

48-
- Added support for searching within the log details view (raw text mode). [#9712](https://github.com/flutter/devtools/pull/9712)
49-
![Search in log details](images/log_details_search.png "Searching within the log details view")
48+
TODO: Remove this section if there are not any updates.
5049

5150
## App size tool updates
5251

53-
- Added documentation links and improved handling for null files. [#9689](https://github.com/flutter/devtools/pull/9689)
52+
TODO: Remove this section if there are not any updates.
5453

5554
## Deep links tool updates
5655

@@ -71,4 +70,4 @@ TODO: Remove this section if there are not any updates.
7170
## Full commit history
7271

7372
To find a complete list of changes in this release, check out the
74-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.57.0).
73+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.58.0).
-49.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)