Skip to content

Commit fe9ac30

Browse files
authored
Prepare for v0.0.16 release. (#549)
1 parent f5cdba2 commit fe9ac30

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/devtools/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.16 - 2019-04-17
2+
* Reduce the minimum Dart SDK requirements for activating DevTools to cover Flutter v1.2.1 (Dart v2.1)
3+
14
## 0.0.15 - 2019-04-16
25
* Warn users when they should be using a profile build of their application instead of a debug build.
36
* Warn users using Microsoft browsers (IE and Edge) that they should be using Chrome to run DevTools.

packages/devtools/lib/devtools.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.0.15';
8+
const String version = '0.0.16';

packages/devtools/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33

44
# Note: when updating this version, please update the corresponding entry in
55
# lib/devtools.dart.
6-
version: 0.0.15
6+
version: 0.0.16
77

88
author: Dart Team <[email protected]>
99
homepage: https://github.com/flutter/devtools

0 commit comments

Comments
 (0)