Skip to content

Commit

Permalink
Bump pubspec now that there are unpublished changes. (#1271)
Browse files Browse the repository at this point in the history
Bump pubspec now that there are unpublished changes.

(I forgot to do this when I merged the first new IR PR onto main.)
  • Loading branch information
munificent authored Sep 15, 2023
1 parent bcdafc0 commit 251e094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.4-wip

* Add `tall-style` experiment flag to enable the in-progress unstable new
formatting style (#1253).

## 2.3.3

* Always split enum declarations containing a line comment (#1254).
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: 2.3.3
version: 2.3.4-wip
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
Expand Down

0 comments on commit 251e094

Please sign in to comment.