From 04060ef994ba18e0ca17665088de1dbc3aeb879e Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 10 May 2022 10:04:04 -0500 Subject: [PATCH] chore: v0.6.12 --- 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 0fb9fc23..e28b9169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# [0.6.11](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.10...v0.6.11) (2022-05-06) +# [0.6.12](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.11...v0.6.12) (2022-05-10) + +### Features + +- update to mocktail ^0.3.0 ([#384](https://github.com/VeryGoodOpenSource/very_good_cli/issues/384)) ([3c3a45b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3c3a45b0c1ffcd73fa2359456ba81d62c3e440c2)) +- **core:** upgrade to Flutter 2.10.5 ([#382](https://github.com/VeryGoodOpenSource/very_good_cli/issues/382)) ([1d7576e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/1d7576e059b18782e12609dd83d9b548ade55aa2)) + +## [0.6.11](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.10...v0.6.11) (2022-05-06) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index 5e3c8d79..12446ada 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.6.11'; +const packageVersion = '0.6.12'; diff --git a/pubspec.yaml b/pubspec.yaml index bfb80b9b..ca00370d 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.6.11 +version: 0.6.12 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: