Skip to content

Commit

Permalink
Released 4.0.1-alpha.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Mar 21, 2024
1 parent 0fe265f commit 97966ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dcli_unit_tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 4.0.1-alpha.10
# 4.0.1-alpha.11
- merged #234 from tsavo-at-pieces which provides windows support for
synchronous process calls. Big thanks for the work on this Tsavo!!!
- migrated away from custom implementation of mailboxes to the native_synchronization package. Big thanks to @mraleph for his massive contributions and trial conversion of dcli to dart 3.x which most of my
work is based off.


# 4.0.1-alpha.8
- fixed the sdk range for dcli_common
Expand Down
2 changes: 1 addition & 1 deletion dcli_unit_tester/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.
/// Instance of 'Name' version
String packageVersion = '4.0.1-alpha.10';
String packageVersion = '4.0.1-alpha.11';
8 changes: 4 additions & 4 deletions dcli_unit_tester/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,28 +103,28 @@ packages:
path: "../dcli"
relative: true
source: path
version: "4.0.1-alpha.10"
version: "4.0.1-alpha.11"
dcli_common:
dependency: "direct overridden"
description:
path: "../dcli_common"
relative: true
source: path
version: "4.0.1-alpha.10"
version: "4.0.1-alpha.11"
dcli_core:
dependency: "direct main"
description:
path: "../dcli_core"
relative: true
source: path
version: "4.0.1-alpha.10"
version: "4.0.1-alpha.11"
dcli_terminal:
dependency: "direct main"
description:
path: "../dcli_terminal"
relative: true
source: path
version: "4.0.1-alpha.10"
version: "4.0.1-alpha.11"
equatable:
dependency: transitive
description:
Expand Down

0 comments on commit 97966ad

Please sign in to comment.