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..3d5c6c9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.1...v1.2.0) (2026-04-13) + + +### 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 + +* 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 + +* **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)) + + +### 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