From ef977a91f52822853a369f2688e3d74f1e0087c5 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:07:38 +0200 Subject: [PATCH] chore: 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f02e85..f602bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.6.0...v0.7.0) (2026-09-21) + + +### Features + +* add print completion-script command ([#128](https://github.com/VeryGoodOpenSource/cli_completion/issues/128)) ([41bc14b](https://github.com/VeryGoodOpenSource/cli_completion/commit/41bc14bf9cefc2c6b49a2153ad125f772c41da39)) +* **deps:** upgrade to Dart 3.13 ([#132](https://github.com/VeryGoodOpenSource/cli_completion/issues/132)) ([7424eee](https://github.com/VeryGoodOpenSource/cli_completion/commit/7424eee7b77f91c29891cd7fcb949bade3941917)) + + +### Miscellaneous Chores + +* **deps:** bump equatable from 2.1.0 to 3.0.0 ([#138](https://github.com/VeryGoodOpenSource/cli_completion/issues/138)) ([53e722a](https://github.com/VeryGoodOpenSource/cli_completion/commit/53e722af02fcbd18c83f97c89f52aad89d2743a2)) + ## [0.6.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.5.1...v0.6.0) (2026-08-06) diff --git a/pubspec.yaml b/pubspec.yaml index b3c4d4d..4937411 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.6.0 +version: 0.7.0 repository: https://github.com/VeryGoodOpenSource/cli_completion issue_tracker: https://github.com/VeryGoodOpenSource/cli_completion/issues topics: [cli, completion, shell, bash, autocomplete]