From 93183d2941000306b470a4b4d973f4fb09ac6091 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Wed, 6 May 2026 14:51:26 +0200 Subject: [PATCH] chore: 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bbe1e68ab..3eff0e160 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.1", + ".": "1.2.0", "site": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1276629b4..22369cca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.1...v1.2.0) (2026-05-06) + + +### Features + +* **mcp:** add directory parameter to test tool ([#1567](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1567)) ([0f0aaf7](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0f0aaf7ee20dc88c929e33ec096ae94774827b46)) + + +### Bug Fixes + +* **e2e:** add pigeon generation to flutter_plugin ([#1587](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1587)) ([2bf9345](https://github.com/VeryGoodOpenSource/very_good_cli/commit/2bf9345b6969834ac4f232e73a8d57e1720c08eb)) +* exclude site releases from CLI ([#1551](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1551)) ([b0a5521](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b0a5521430246929cd6b08ea5c9d2b45630f61ba)) + + +### Miscellaneous Chores + +* **ci:** use flutter-action on spdx_license_bot ([#1589](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1589)) ([f178767](https://github.com/VeryGoodOpenSource/very_good_cli/commit/f17876709d0b0eb9cfe313ac3d92a480fc549438)) +* **deps:** bump googleapis/release-please-action from 4 to 5 ([#1579](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1579)) ([06ba551](https://github.com/VeryGoodOpenSource/very_good_cli/commit/06ba5515413aeff99eb30b6b4e8af8e4b204ef20)) +* **deps:** bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 ([#1568](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1568)) ([7051484](https://github.com/VeryGoodOpenSource/very_good_cli/commit/70514847340ef0c6b6e508e72e6643294ca83efc)) +* **site:** 1.1.1 ([#1546](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1546)) ([d349b8e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d349b8e95d83ccbb2b4bb305474d5a671bea96a1)) +* update SPDX licenses ([#1580](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1580)) ([849e9dc](https://github.com/VeryGoodOpenSource/very_good_cli/commit/849e9dc159508e042d7b8b8f521ae5314906873a)) + + +### Docs + +* add ROADMAP.md ([#1566](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1566)) ([0b3a1f5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0b3a1f5c438d27ce4f9ab74e8802da24f622c37a)) + ## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.0...v1.1.1) (2026-03-26) diff --git a/lib/src/version.dart b/lib/src/version.dart index 80a14cb2c..9e50badaf 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.1'; // x-release-please-version +const packageVersion = '1.2.0'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index ec0dd77e5..a5775fb01 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.1.1 +version: 1.2.0 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues