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..79acd2919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.3.0...v1.4.0) (2026-07-14) + + +### 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)) +* add --get-url flag to git ls-remote for URL config overrides ([#1642](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1642)) ([417b20b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/417b20b645962a1ac990c0f0cb494d09006dd767)) + + +### Miscellaneous Chores + +* **deps:** bump actions/setup-node from 6 to 7 ([#1649](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1649)) ([b17baef](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b17baef164ae8deed34d1669b5a045f5991afae6)) + ## [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