From 1ac5b2e2cf346497c945fc039e0f7ef104e15a01 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 17 May 2017 09:59:43 -0700 Subject: [PATCH] rev to 0.1.0 --- CHANGELOG.md | 5 ++--- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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