From 89eecc91435ca31caf78a00ac950ca278a070c0e Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:11:05 +0200 Subject: [PATCH] chore: 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 3 files changed, 10 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..986dbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.6.0...v0.7.0) (2026-08-20) + + +### 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)) + ## [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 f5090f8..d44256f 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]