Skip to content

Commit 3853f93

Browse files
authored
chore: v0.1.0+1 (#37)
1 parent bb4a2fc commit 3853f93

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
## [0.1.0+1] - 12/09/22
3+
4+
- docs: fix README and add screenshots
5+
16
# [0.1.0] - 12/08/22
27

38
- feat: initial version

doc/screen.png

136 KB
Loading

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cli_completion
22
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/cli_completion
4-
version: 0.1.0
4+
version: 0.1.0+1
55

66
environment:
77
sdk: ">=2.18.0 <3.0.0"
@@ -12,6 +12,9 @@ dependencies:
1212
mason_logger: ^0.2.2
1313
meta: ^1.8.0
1414
path: ^1.8.2
15+
screenshots:
16+
- description: 'This screenshot shows the completion of a dart CLI.'
17+
path: doc/screen.png
1518

1619
dev_dependencies:
1720
mocktail: ^0.3.0

0 commit comments

Comments
 (0)