diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d05c61..eaeffde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # Changelog -## unreleased +## 0.1.0 - Use the new `Platform.resolvedExecutable` API to locate the SDK -- add the `cli_logging.dart` library - some utilities to help cli tools - display output +- Add the `cli_logging.dart` library - utilities to display output and progress ## 0.0.1+3 diff --git a/pubspec.yaml b/pubspec.yaml index 1afebf3..ccd17b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: cli_util -version: 0.1.0-dev.1 +version: 0.1.0 author: Dart Team description: A library to help in building Dart command-line apps. homepage: https://github.com/dart-lang/cli_util