Skip to content

Commit 9fcd66a

Browse files
authored
Prepare v0.0.2 release of devtools_server (#550)
1 parent c6ca220 commit 9fcd66a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

packages/devtools_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: devtools_server
22
description: A server that supports Dart DevTools.
33

4-
version: 0.0.1
4+
version: 0.0.2
55

66
author: Dart Team <misc@dartlang.org>
77
homepage: https://github.com/flutter/devtools

tool/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

0 commit comments

Comments
 (0)