Skip to content

Commit d76b6ee

Browse files
authored
Bump version number to publish 3.0.1. (#1631)
Bump version number to publish 3.0.1. It's already rolled into the SDK and google3.
1 parent 21de99e commit d76b6ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.1-wip
1+
## 3.0.1
22

33
* Handle trailing commas in for-loop updaters (#1354).
44
* Format `||` patterns like fallthrough cases in switch expressions (#1602).

lib/src/cli/formatter_options.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'show.dart';
1212
import 'summary.dart';
1313

1414
// Note: The following line of code is modified by tool/grind.dart.
15-
const dartStyleVersion = '3.0.1-wip';
15+
const dartStyleVersion = '3.0.1';
1616

1717
/// Global options that affect how the formatter produces and uses its outputs.
1818
final class FormatterOptions {

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 3.0.1-wip
3+
version: 3.0.1
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)