Skip to content

Commit

Permalink
Bump version number to publish 3.0.1. (#1631)
Browse files Browse the repository at this point in the history
Bump version number to publish 3.0.1.

It's already rolled into the SDK and google3.
  • Loading branch information
munificent authored Dec 20, 2024
1 parent 21de99e commit d76b6ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.1-wip
## 3.0.1

* Handle trailing commas in for-loop updaters (#1354).
* Format `||` patterns like fallthrough cases in switch expressions (#1602).
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/formatter_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'show.dart';
import 'summary.dart';

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

/// Global options that affect how the formatter produces and uses its outputs.
final class FormatterOptions {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
version: 3.0.1-wip
version: 3.0.1
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
Expand Down

0 comments on commit d76b6ee

Please sign in to comment.