From 4a050dfd86403f23ba16922d01629fcd227cc6ce Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 31 May 2022 16:20:51 -0500 Subject: [PATCH] chore: v0.7.5 (#417) --- CHANGELOG.md | 9 ++++++++- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6eb48d6..ec566292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# [0.7.4](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.3...v0.7.4) (2022-05-29) +# [0.7.5](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.4...v0.7.5) (2022-05-31) + +### Features + +- **test:** support --concurrency option ([#416](https://github.com/VeryGoodOpenSource/very_good_cli/issues/416)) ([42697e4](https://github.com/VeryGoodOpenSource/very_good_cli/commit/42697e4ee1c839675e229319541d9aa5d30203e0)) +- show command usage on exception ([#414](https://github.com/VeryGoodOpenSource/very_good_cli/issues/414)) ([1523dcb](https://github.com/VeryGoodOpenSource/very_good_cli/commit/1523dcbdc681ff65df1e1d28ba5a130aadb14ee7)) + +## [0.7.4](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.3...v0.7.4) (2022-05-29) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index c8f8e921..4654c298 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.7.4'; +const packageVersion = '0.7.5'; diff --git a/pubspec.yaml b/pubspec.yaml index c032a351..aacf8260 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command Line Interface for Dart created by Very Good Ventures. -version: 0.7.4 +version: 0.7.5 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: