Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.6.0"
}
34 changes: 27 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# 0.5.1
# Changelog

## [0.6.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.5.1...v0.6.0) (2026-08-06)


### Features

* enhance Zsh completion with menu selection ([#104](https://github.com/VeryGoodOpenSource/cli_completion/issues/104)) ([f51590e](https://github.com/VeryGoodOpenSource/cli_completion/commit/f51590e83f779f3fbfb22a701765b0709c893e6f))
* upgrade to Dart 3.12 ([#119](https://github.com/VeryGoodOpenSource/cli_completion/issues/119)) ([71f85c4](https://github.com/VeryGoodOpenSource/cli_completion/commit/71f85c4a2b5080bfc0ee1f56e3ba1a2f3cf840ac))
* use .bashrc instead of .bash_profile ([#113](https://github.com/VeryGoodOpenSource/cli_completion/issues/113)) ([70ca16c](https://github.com/VeryGoodOpenSource/cli_completion/commit/70ca16c22d61f38903a506352f5ba57527afd95e))


### Miscellaneous Chores

* **deps:** bump very_good_analysis from 6.0.0 to 7.0.0 ([#101](https://github.com/VeryGoodOpenSource/cli_completion/issues/101)) ([a5fd323](https://github.com/VeryGoodOpenSource/cli_completion/commit/a5fd3235612edd322097fb43ebe5381bb94825d7))
* **deps:** bump very_good_analysis from 7.0.0 to 9.0.0 ([#108](https://github.com/VeryGoodOpenSource/cli_completion/issues/108)) ([292db4c](https://github.com/VeryGoodOpenSource/cli_completion/commit/292db4c870237b698699c1b6c319dc390bb01b63))
* **deps:** bump very_good_analysis from 9.0.0 to 10.0.0 ([#110](https://github.com/VeryGoodOpenSource/cli_completion/issues/110)) ([a12a06c](https://github.com/VeryGoodOpenSource/cli_completion/commit/a12a06c3d7c00b3ae6275b3b8c1277ed71f0743d))
* **deps:** bump very_good_analysis from 9.0.0 to 10.0.0 in /example ([#111](https://github.com/VeryGoodOpenSource/cli_completion/issues/111)) ([b7c867e](https://github.com/VeryGoodOpenSource/cli_completion/commit/b7c867ea12df9e20cc4d06823ce73c1d32860d51))
* **deps:** upgrade very_good_analysis to 10.3.0 ([#122](https://github.com/VeryGoodOpenSource/cli_completion/issues/122)) ([932cb32](https://github.com/VeryGoodOpenSource/cli_completion/commit/932cb32255a22efa09c540458ae91ba15505473d))

## 0.5.1

- chore: tighten dependencies ([#96](https://github.com/VeryGoodOpenSource/cli_completion/pull/96))

# 0.5.0
## 0.5.0

- chore: fix issue tracker on pubspec ([#82](https://github.com/VeryGoodOpenSource/cli_completion/pull/82))
- chore: update code owners ([#83](https://github.com/VeryGoodOpenSource/cli_completion/pull/83))
- feat: add command runner constructor arguments ([#84](https://github.com/VeryGoodOpenSource/cli_completion/pull/84))

# 0.4.0
## 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))
Expand All @@ -17,7 +37,7 @@
- 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)
## [0.3.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.2.0...v0.3.0) (2023-02-27)

### Bug Fixes

Expand All @@ -27,17 +47,17 @@

- store completions in `$XDG_CONFIG_HOME` instead of `$HOME` ([#50](https://github.com/VeryGoodOpenSource/cli_completion/issues/50)) ([d2d7459](https://github.com/VeryGoodOpenSource/cli_completion/commit/d2d74597fc144961c784f4285de5f68122942e05))

# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13)
## [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13)

### Features

- restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243))
- suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91))
- Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef))

# [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09)
## [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09)

# [0.1.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/d7cdfd51b923d2d5720864b228678749f3010fb8...v0.1.0) (2022-12-08)
## [0.1.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/d7cdfd51b923d2d5720864b228678749f3010fb8...v0.1.0) (2022-12-08)

### 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.5.1
version: 0.6.0
repository: https://github.com/VeryGoodOpenSource/cli_completion
issue_tracker: https://github.com/VeryGoodOpenSource/cli_completion/issues
topics: [cli, completion, shell, bash, autocomplete]
Expand Down