Skip to content

Commit

Permalink
chore: v0.1.0+1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Dec 9, 2022
1 parent bb4a2fc commit 3853f93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

## [0.1.0+1] - 12/09/22

- docs: fix README and add screenshots

# [0.1.0] - 12/08/22

- feat: initial version
Binary file added doc/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cli_completion
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/cli_completion
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ">=2.18.0 <3.0.0"
Expand All @@ -12,6 +12,9 @@ dependencies:
mason_logger: ^0.2.2
meta: ^1.8.0
path: ^1.8.2
screenshots:
- description: 'This screenshot shows the completion of a dart CLI.'
path: doc/screen.png

dev_dependencies:
mocktail: ^0.3.0
Expand Down

0 comments on commit 3853f93

Please sign in to comment.