Skip to content

Commit

Permalink
chore: v0.4.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 19, 2023
1 parent 18b0c27 commit 3c8b8ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"inverseflag",
"trueflag",
"autoload",
"compinit"
"compinit",
"uninstallation"
]
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.4.0

- docs: update readme with a troubleshooting section ([#63](https://github.com/VeryGoodOpenSource/cli_completion/pull/63))
- feat: included `CompletionConfiguration` class ([#71](https://github.com/VeryGoodOpenSource/cli_completion/pull/71))
- feat: include uninstallation logic ([#70](https://github.com/VeryGoodOpenSource/cli_completion/pull/70))
- feat: include `UninstallCompletionFilesCommand` ([#72](https://github.com/VeryGoodOpenSource/cli_completion/pull/72))
- feat: avoid auto-installing manually uninstalled commands ([#73](https://github.com/VeryGoodOpenSource/cli_completion/pull/73))
- feat: avoid auto-installing when already installed ([#74](https://github.com/VeryGoodOpenSource/cli_completion/pull/74))

# [0.3.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.2.0...v0.3.0) (2023-02-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cli_completion
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
version: 0.3.0
version: 0.4.0
repository: https://github.com/VeryGoodOpenSource/cli_completion
issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
topics: [cli, completion, shell, bash, autocomplete]
Expand Down

0 comments on commit 3c8b8ab

Please sign in to comment.