Skip to content

Commit

Permalink
Released 1.32.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jul 13, 2022
1 parent 0aba00a commit 73d826f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dcli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.32.0
- Upgraded to posix 4.0, ffi 2.0, dart_console 2.0.0
- moved to dart_console2 util dart_console gets an upgrade.
- Fixed a bug on copy_test that wasn't checking for an existing file.

# 1.31.3
- Fix: added check in find for missing directory when running under windows.
- Fix: the project create code was printing out the wrong script name (main.dart) when we actually create a script called <projectname>.dart.
Expand Down
2 changes: 1 addition & 1 deletion dcli/lib/src/version/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// GENERATED BY pub_release do not modify.
/// dcli version
String packageVersion = '1.31.3';
String packageVersion = '1.32.0';

0 comments on commit 73d826f

Please sign in to comment.