Skip to content

Commit 04eec35

Browse files
Bump DevTools version for next release cycle (#9296)
1 parent c736de3 commit 04eec35

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

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.48.0';
13+
const version = '2.49.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.48.0
10+
version: 2.49.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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66
This is 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.48.0 release notes
9+
# DevTools 2.49.0 release notes
1010

11-
The 2.48.0 release of the Dart and Flutter DevTools
11+
The 2.49.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
1414
[DevTools overview](/tools/devtools/overview).
@@ -39,13 +39,11 @@ TODO: Remove this section if there are not any general updates.
3939

4040
## Network profiler updates
4141

42-
* Fixed network logging after a hot restart. -
43-
[#9271](https://github.com/flutter/devtools/pull/9271).
42+
TODO: Remove this section if there are not any general updates.
4443

4544
## Logging updates
4645

47-
* Started displaying events related to timers in the Logging View. -
48-
[#9238](https://github.com/flutter/devtools/pull/9238).
46+
TODO: Remove this section if there are not any general updates.
4947

5048
## App size tool updates
5149

@@ -65,13 +63,9 @@ TODO: Remove this section if there are not any general updates.
6563

6664
## Advanced developer mode updates
6765

68-
- Added a Queued Microtasks tab to the VM Tools screen, which allows a user to
69-
see details about the microtasks scheduled in an isolate's microtask queue.
70-
This tab currently only appears when DevTools is connected to a Flutter or
71-
Dart app started with `--profile-microtasks`. -
72-
[#9239](https://github.com/flutter/devtools/pull/9239).
66+
TODO: Remove this section if there are not any general updates.
7367

7468
## Full commit history
7569

7670
To find a complete list of changes in this release, check out the
77-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.48.0).
71+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.49.0).

0 commit comments

Comments
 (0)