Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit dfb626f

Browse files
authored
Merge pull request #16 from dart-lang/0.1.0
rev to 0.1.0
2 parents e62b70e + 1ac5b2e commit dfb626f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
## unreleased
3+
## 0.1.0
44

55
- Use the new `Platform.resolvedExecutable` API to locate the SDK
6-
- add the `cli_logging.dart` library - some utilities to help cli tools
7-
display output
6+
- Add the `cli_logging.dart` library - utilities to display output and progress
87

98
## 0.0.1+3
109

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cli_util
2-
version: 0.1.0-dev.1
2+
version: 0.1.0
33
author: Dart Team <[email protected]>
44
description: A library to help in building Dart command-line apps.
55
homepage: https://github.com/dart-lang/cli_util

0 commit comments

Comments
 (0)