From 3ce3c46dfd7f8774192a76300bbe1bd34a08b364 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:51:22 +0200 Subject: [PATCH] chore: 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 +++++++++++++++++++++++++++------- pubspec.yaml | 2 +- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87be947..6f02e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 @@ -27,7 +47,7 @@ - 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 @@ -35,9 +55,9 @@ - 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 diff --git a/pubspec.yaml b/pubspec.yaml index e93e685..5fa44ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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]