Skip to content

Commit

Permalink
Released 1.33.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jul 17, 2022
1 parent 97bd8c4 commit f4ad59f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions dcli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.33.0
- BREAKING: the Exectuable class has had a name change from pathToscript to scriptPath. This is
because we are using the actual Executable class from pubspec2 rather than wrapping it.
- BREAKING: migrated to the pubsec2 package as the pubspec package was not releasing frequently enough. Imports of 'package:pubspec/pubspec.dar' should now be 'package:pubpsec/pubspec2.dart'.
We don't plan on reverting back.
- Upgraded to pubspec 2.4.1 as 2.3 would clear out executable values in the pubspec.yaml.

# 1.32.1
- The glob parser now supports the escape character ^ inside nested quotes.
- Correct name used in documenation for run.
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.1';
String packageVersion = '1.33.0';
4 changes: 1 addition & 3 deletions dcli_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 1.33.0
- BREAKING: the Exectuable class has had a name change from pathToscript to scriptPath. This is
because we are using the actual Executable class from pubspec2 rather than wrapping it.
- Upgraded to pubspec 2.4.1 as 2.3 would clear out executable values in the pubspec.yaml.
Synchronous release with dcli.

# 1.32.1
- The glob parser now supports the escape character ^ inside nested quotes.
Expand Down

0 comments on commit f4ad59f

Please sign in to comment.