Skip to content

Commit 3c8b8ab

Browse files
authored
chore: v0.4.0 (#81)
1 parent 18b0c27 commit 3c8b8ab

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"inverseflag",
2222
"trueflag",
2323
"autoload",
24-
"compinit"
24+
"compinit",
25+
"uninstallation"
2526
]
2627
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.4.0
2+
3+
- docs: update readme with a troubleshooting section ([#63](https://github.com/VeryGoodOpenSource/cli_completion/pull/63))
4+
- feat: included `CompletionConfiguration` class ([#71](https://github.com/VeryGoodOpenSource/cli_completion/pull/71))
5+
- feat: include uninstallation logic ([#70](https://github.com/VeryGoodOpenSource/cli_completion/pull/70))
6+
- feat: include `UninstallCompletionFilesCommand` ([#72](https://github.com/VeryGoodOpenSource/cli_completion/pull/72))
7+
- feat: avoid auto-installing manually uninstalled commands ([#73](https://github.com/VeryGoodOpenSource/cli_completion/pull/73))
8+
- feat: avoid auto-installing when already installed ([#74](https://github.com/VeryGoodOpenSource/cli_completion/pull/74))
9+
110
# [0.3.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.2.0...v0.3.0) (2023-02-27)
211

312
### Bug Fixes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cli_completion
22
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
3-
version: 0.3.0
3+
version: 0.4.0
44
repository: https://github.com/VeryGoodOpenSource/cli_completion
55
issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
66
topics: [cli, completion, shell, bash, autocomplete]

0 commit comments

Comments
 (0)