Skip to content

Commit

Permalink
Released 4.0.1-alpha.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Feb 19, 2024
1 parent f402562 commit c88e276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dcli_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 4.0.1-alpha.6
- failed released - so did it again

# 4.0.1-alpha.5
- upgraded to latest version of pubspec_manager.
- removed conflict for Platform definition.
- Added support ot the Ask function to validate urls.
- Fixed a null check in the new inDocker method.
- updated the DockerShell to use /proc/1/cgroup to determine if we are in a docker container as the test for .dockerenv no longer


## 1.0.0

- Initial version.
2 changes: 1 addition & 1 deletion dcli_test/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.5';
String packageVersion = '4.0.1-alpha.6';
6 changes: 3 additions & 3 deletions dcli_test/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,21 @@ packages:
path: "../dcli"
relative: true
source: path
version: "4.0.1-alpha.5"
version: "4.0.1-alpha.6"
dcli_common:
dependency: "direct main"
description:
path: "../dcli_common"
relative: true
source: path
version: "4.0.1-alpha.5"
version: "4.0.1-alpha.6"
dcli_core:
dependency: "direct main"
description:
path: "../dcli_core"
relative: true
source: path
version: "4.0.1-alpha.5"
version: "4.0.1-alpha.6"
dcli_terminal:
dependency: transitive
description:
Expand Down

0 comments on commit c88e276

Please sign in to comment.