diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee28790c..79df6b10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.7.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.0...v0.7.1) (2022-05-12) + +### Bug Fixes + +- **test:** report errors without throwing ([#393](https://github.com/VeryGoodOpenSource/very_good_cli/issues/393)) ([9c1e583](https://github.com/VeryGoodOpenSource/very_good_cli/commit/9c1e58395f6857d61231bbe72c87cf3404291e98)) + # [0.7.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.12...v0.7.0) (2022-05-11) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index d3234a8bc..b989b72b0 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.7.0'; +const packageVersion = '0.7.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 9ac27d879..b1daf51f5 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.0 +version: 0.7.1 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: