From db3fbaa8d7424c2614a312bc96cc88ef7141bf1b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 6 Apr 2022 17:24:13 -0500 Subject: [PATCH] chore: v0.6.7 (#359) --- 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 ffeec273f..22e19d6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# [0.6.6](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.5...v0.6.6) (2022-04-01) +# [0.6.7](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.6...v0.6.7) (2022-04-06) + +### Bug Fixes + +- **test:** bump lcov file creation timeout ([#358](https://github.com/VeryGoodOpenSource/very_good_cli/issues/358)) ([78bc4f5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/78bc4f5de6a73beb3f3537896e48bd148863d6fe)) +- description is being escaped ([#357](https://github.com/VeryGoodOpenSource/very_good_cli/issues/357)) ([9c5293b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/9c5293b545f8b911a37ff5cb95c33b302b1bf356)) + +## [0.6.6](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.5...v0.6.6) (2022-04-01) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index d7daf952f..54174fb79 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.6.6'; +const packageVersion = '0.6.7'; diff --git a/pubspec.yaml b/pubspec.yaml index ef5f06d44..f76cfd9a0 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.6 +version: 0.6.7 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: