From f110a8de29c0c3241b8c6e98c8405ab7da8578e6 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 27 Jul 2021 16:44:00 -0500 Subject: [PATCH] chore: v0.3.1 (#160) --- CHANGELOG.md | 6 ++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7f1f98..d39597b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.1 (2021-07-27) + +### Features + +- **create:** support custom description ([#158](https://github.com/VeryGoodOpenSource/very_good_cli/issues/158)) ([b163c49](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b163c49a095aebde22370b37a6872ba54e6c16f1)) + # v0.3.0 (2021-07-23) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index 6956fe27..35a3412a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.3.0'; +const packageVersion = '0.3.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 4677db8b..034367da 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.3.0 +version: 0.3.1 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: