From 1894ef2cbba2eba4308e77c95516fe90e152335f Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 19 Aug 2024 14:03:25 +0100 Subject: [PATCH] chore: v0.5.1 (#97) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f243d2a..87be947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.5.1 + +- chore: tighten dependencies ([#96](https://github.com/VeryGoodOpenSource/cli_completion/pull/96)) + # 0.5.0 - chore: fix issue tracker on pubspec ([#82](https://github.com/VeryGoodOpenSource/cli_completion/pull/82)) diff --git a/pubspec.yaml b/pubspec.yaml index 8caf2ae..48142e1 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.0 +version: 0.5.1 repository: https://github.com/VeryGoodOpenSource/cli_completion issue_tracker: https://github.com/VeryGoodOpenSource/cli_completion/issues topics: [cli, completion, shell, bash, autocomplete]