From 4c779012d78eb432a3d6ca91f6d87767259aff5f Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 18 Nov 2021 22:19:51 -0600 Subject: [PATCH] chore: v0.4.10 (#230) --- 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 232e1181..c1e864b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.4.10 (2021-11-19) + +### Features + +- **core:** upgrade to bloc v8.0.0 ([#229](https://github.com/VeryGoodOpenSource/very_good_cli/issues/229)) ([0db25a5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0db25a52a5638c337aca633e43068ad2ee6cbad3)) + # v0.4.9 (2021-11-02) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 5bc3d1ab..4caacfed 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.9'; +const packageVersion = '0.4.10'; diff --git a/pubspec.yaml b/pubspec.yaml index c825536c..64ee594c 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.9 +version: 0.4.10 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: