Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v0.1.0+1 #37

Merged
merged 1 commit into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be an absolute url? I have a feeling this may not work once we publish to pub.dev


dev_dependencies:
mocktail: ^0.3.0
Expand Down