Skip to content

Commit 934fc31

Browse files
authored
chore: v0.1.0 (#34)
1 parent 2aa7490 commit 934fc31

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0+1
1+
# [0.1.0] - 12/08/22
22

3-
- feat: initial commit 🎉
3+
- feat: initial version

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
55
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
66

7+
[![ci][ci_badge]][ci_link]
8+
[![coverage][coverage_badge]][ci_link]
79
[![pub package][pub_badge]][pub_link]
810
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
911
[![License: MIT][license_badge]][license_link]
@@ -89,4 +91,7 @@ Future<int?> runCommand(ArgResults topLevelResults) async {
8991
[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows
9092
[docs_link]: https://github.com/VeryGoodOpenSource/cli_completion/tree/main/doc
9193
[pub_link]: https://cli_completion.pckg.pub
92-
[pub_badge]: https://img.shields.io/pub/v/cli_completion.svg
94+
[pub_badge]: https://img.shields.io/pub/v/cli_completion.svg
95+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/cli_completion/main/coverage_badge.svg
96+
[ci_badge]: https://github.com/VeryGoodOpenSource/cli_completion/workflows/ci/badge.svg
97+
[ci_link]: https://github.com/VeryGoodOpenSource/cli_completion/actions

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: cli_completion
2-
description: Completion toolkit for Command runner based Dart CLIs
3-
version: 0.1.0+1
4-
publish_to: none
2+
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
3+
version: 0.1.0
54

65
environment:
76
sdk: ">=2.18.0 <3.0.0"

0 commit comments

Comments
 (0)