Skip to content

Commit 0043a21

Browse files
committed
Released 3.1.0.
1 parent 721aaa8 commit 0043a21

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

dcli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dcli
2-
version: 3.0.7
2+
version: 3.1.0
33
homepage: https://dcli.onepub.dev
44
documentation: https://dcli.onepub.dev
55
description: Dart console SDK - write console (cli) apps/scripts using dart.
@@ -16,7 +16,7 @@ dependencies:
1616
crypto: ^3.0.0
1717
csv: ^5.0.1
1818
dart_console2: ^3.0.0
19-
dcli_core: ^3.0.7
19+
dcli_core: ^3.1.0
2020
equatable: ^2.0.0
2121
ffi: ^2.0.0
2222
file: ^7.0.0

dcli_core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.1.0
2+
- upgraded to uuid 4.x
3+
14
# 3.0.7
25
- udpated to the new pubspec load/save api. Moved Platform.eol to global function as you can't attach extension to Platform anymore.
36
- removed incorrect copy right.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// GENERATED BY pub_release do not modify.
22
/// dcli_core version
3-
String packageVersion = '3.0.7';
3+
String packageVersion = '3.1.0';

dcli_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dcli_core
2-
version: 3.0.7
2+
version: 3.1.0
33
homepage: https://dcli.onepub.dev
44
documentation: https://dcli.onepub.dev
55
description: The core asyncronous functions used by dcli. DCli uses waitFor to eliminate async code in the DCli libraries which precludes DCli's usage in non-cli apps (e.g. you can't use it in flutter). The aim of dcli_core is to expose a significant set of the core dcli functions as async version so that dcli_core can be used in any project. DCli will then rely on dcli_core for core parts of its implemenation to avoid duplicating code between the two packages.

0 commit comments

Comments
 (0)