diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bfb1d1..8ab23666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# [0.6.3](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.2...v0.6.3) (2022-03-25) +# [0.6.4](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.3...v0.6.4) (2022-03-25) + +### Bug Fixes + +- **test:** output random seed when specified ([#340](https://github.com/VeryGoodOpenSource/very_good_cli/issues/340)) ([edcd171](https://github.com/VeryGoodOpenSource/very_good_cli/commit/edcd17127771f325d3b14bbdfdf207985daf1859)) + +### Features + +- **test:** add --update-goldens ([#341](https://github.com/VeryGoodOpenSource/very_good_cli/issues/341)) ([6483d0a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/6483d0aba2bd338f95c6e8d9335f9886e4aaf767)) + +## [0.6.3](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.2...v0.6.3) (2022-03-25) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 2760989c..cce2df57 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.6.3'; +const packageVersion = '0.6.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 5b702598..7ecb8e74 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.3 +version: 0.6.4 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: