Skip to content

Commit

Permalink
Released 1.32.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jul 15, 2022
1 parent 25e578f commit d74f1d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dcli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.32.1
- The glob parser now supports the escape character ^ inside nested quotes.
- Correct name used in documenation for run.
- Fixed the link to the contributing guide on the readme page.
- Added additional pathToXXX to DartProject so we cover each of the standard directories and files.

# 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.
Expand Down
2 changes: 1 addition & 1 deletion dcli/lib/src/functions/run.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int? run(
/// Allows you to execute a command by passing a [command]
/// and a list of args in [args].
///
/// The [startFromArgs] method provides additional controls
/// The [startFromArgs] method provides additional controls
/// (compared to the run method) over how the commmand is executed.
///
/// DCli will do glob expansion (e.g. expand *.txt to a list of txt files)
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.32.0';
String packageVersion = '1.32.1';

0 comments on commit d74f1d2

Please sign in to comment.