From 7dd845dd9131066585da81f2693cebcb0e8c70c8 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:50:53 +0200 Subject: [PATCH] chore: 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3eff0e160..80be7f484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.2.0", + ".": "1.3.0", "site": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 22369cca8..4857ccdad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.3.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.2.0...v1.3.0) (2026-06-22) + + +### Features + +* add --platforms flag support to flutter_app template ([#1620](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1620)) ([11bd085](https://github.com/VeryGoodOpenSource/very_good_cli/commit/11bd0857f5c2defaee72ecbebc63d0c8fdd99cd0)) +* **test:** add timeout ([#1595](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1595)) ([3138466](https://github.com/VeryGoodOpenSource/very_good_cli/commit/31384665fe66b4db8c03ba6ac15940beaecb8ab4)) + + +### Bug Fixes + +* apply MCP `directory` argument as the working directory ([#1600](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1600)) ([e7ee560](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e7ee56015ff9c98632a884dbe77904f26d239ca1)) + + +### Miscellaneous Chores + +* **deps:** bump actions/checkout from 6 to 7 ([#1619](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1619)) ([547d291](https://github.com/VeryGoodOpenSource/very_good_cli/commit/547d29139875b014270934563e559da1220eb663)) +* upgrade to Flutter 3.44 and Dart 3.12 ([#1604](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1604)) ([2b33ce6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/2b33ce625a2d3565a2c3fb0e51c94eb30fdecea9)) +* upgrade very_good_analysis to 10.3.0 ([#1607](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1607)) ([fc2500a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/fc2500aacecd4c251e0e89f97baee1f5e1a7dc37)) + ## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.1...v1.2.0) (2026-05-06) diff --git a/lib/src/version.dart b/lib/src/version.dart index 9e50badaf..48455e1cc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.2.0'; // x-release-please-version +const packageVersion = '1.3.0'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 826090c85..5883f57b0 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.2.0 +version: 1.3.0 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues