File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.2
2+ * Reduce the minimum Dart SDK requirements for activating DevTools to cover Flutter v1.2.1 (Dart v2.1)
3+
4+ ## 0.0.1
5+ - initial (pre-release) release
Original file line number Diff line number Diff line change 11name : devtools_server
22description : A server that supports Dart DevTools.
33
4- version : 0.0.1
4+ version : 0.0.2
55
66author : Dart Team <misc@dartlang.org>
77homepage : https://github.com/flutter/devtools
Original file line number Diff line number Diff line change 11## How to release the next version of DevTools
22
3- Create a branch for your release. Below we're creating release 0.0.15, with all the PRs.
3+ ** Note:** If you need to publish a new version of devtools_server, you will need
4+ to do that prior to performing these steps, and update the devtools pubspec.yaml
5+ to reference the new version of devtools_server.
6+
7+ Create a branch for your release. Below we're creating release 0.0.15, with all the PRs.
48
59## Update master branch and create a local release branch
610``` shell
You can’t perform that action at this time.
0 commit comments