diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80be7f484..7ceb65cd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.3.0", + ".": "1.4.0", "site": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 135c1b13f..02723ac9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.3.0...v1.4.0) (2026-07-07) + + +### Features + +* add --file-reporter support to test commands ([#1640](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1640)) ([20a3943](https://github.com/VeryGoodOpenSource/very_good_cli/commit/20a3943f892b8820f235ed6e24e491c41f92b53f)) + ## [1.3.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.2.0...v1.3.0) (2026-06-23) diff --git a/lib/src/version.dart b/lib/src/version.dart index 48455e1cc..cac593f31 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.3.0'; // x-release-please-version +const packageVersion = '1.4.0'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 5883f57b0..429b98d1c 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: 1.3.0 +version: 1.4.0 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues