diff --git a/dcli/CHANGELOG.md b/dcli/CHANGELOG.md index 0ff951b3..dfbef048 100644 --- a/dcli/CHANGELOG.md +++ b/dcli/CHANGELOG.md @@ -1,4 +1,15 @@ +# 4.0.1-alpha.7 +- upgrade settings_yaml version. + # 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 # 4.0.0 - BREAKING - removed the PubSpec class. We now recommend that you use the diff --git a/dcli/lib/src/version/version.g.dart b/dcli/lib/src/version/version.g.dart index b2ed8db6..0bf63ac1 100644 --- a/dcli/lib/src/version/version.g.dart +++ b/dcli/lib/src/version/version.g.dart @@ -1,3 +1,3 @@ /// GENERATED BY pub_release do not modify. /// Instance of 'Name' version -String packageVersion = '4.0.1-alpha.6'; +String packageVersion = '4.0.1-alpha.7';