File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 3.1.0-wip
1
+ ## 3.1.0
2
+
3
+ This release contains a fairly large number of style changes in response to
4
+ feedback we got from shipping the new tall style formatter.
2
5
3
6
### Features
4
7
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'show.dart';
13
13
import 'summary.dart' ;
14
14
15
15
// Note: The following line of code is modified by tool/grind.dart.
16
- const dartStyleVersion = '3.1.0-wip ' ;
16
+ const dartStyleVersion = '3.1.0' ;
17
17
18
18
/// Global options parsed from the command line that affect how the formatter
19
19
/// produces and uses its outputs.
Original file line number Diff line number Diff line change 1
1
name : dart_style
2
2
# Note: See tool/grind.dart for how to bump the version.
3
- version : 3.1.0-wip
3
+ version : 3.1.0
4
4
description : >-
5
5
Opinionated, automatic Dart source code formatter.
6
6
Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments