From 44aa3e7c16135e9a6c67aa5a1a6b2c0dd7ef3ecb Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 7 Feb 2022 13:49:19 -0600 Subject: [PATCH] chore: v0.5.0 (#275) --- CHANGELOG.md | 8 +++++++- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5ead95..81eddb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# [0.4.17](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.4.16...v0..17) (2022-02-01) +# [0.5.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.4.17...v0.5.0) (2022-02-07) + +### Features + +- **core:** upgrade to Flutter v2.10.0 ([#274](https://github.com/VeryGoodOpenSource/very_good_cli/issues/274)) ([de534e6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/de534e63d934990e4e677b20e4366fe79dcd9771)) + +## [0.4.17](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.4.16...v0.4.17) (2022-02-01) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 2b7dda3c..1dfc2a7f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.17'; +const packageVersion = '0.5.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 59f3dd3b..07876dac 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.4.17 +version: 0.5.0 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: