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..b22d7fcc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.4.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.3.0...v1.4.0) (2026-07-30) + + +### 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)) +* add workspace flag support for monorepo packages ([#1667](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1667)) ([c2dc91b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c2dc91b844509e420499867827558fc3c8232fc5)), closes [#1635](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1635) +* bump template bundles ([#1666](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1666)) ([34a499d](https://github.com/VeryGoodOpenSource/very_good_cli/commit/34a499d5ef024d3eff48b196befb53ac27383ae7)) +* **create:** add create config to very_good.yaml ([#1665](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1665)) ([8e78a14](https://github.com/VeryGoodOpenSource/very_good_cli/commit/8e78a14f46b3fbaa6832979017f9be4caebb77ea)) +* **dart:** add dart config to very_good.yaml ([#1664](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1664)) ([694478a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/694478a4d68bfdcb65e1a026d6715b6b6541124d)) +* **packages:** add packages config to very_good.yaml ([#1663](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1663)) ([a4505cf](https://github.com/VeryGoodOpenSource/very_good_cli/commit/a4505cfe2c3457e6d049e387aded8126caa29a0b)) +* **test:** add very_good.yaml for config ([#1636](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1636)) ([fed3074](https://github.com/VeryGoodOpenSource/very_good_cli/commit/fed3074f2ef1b629762b85d3b862bc45bd179ade)) + + +### 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 6d535e6ef..d5ae48990 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