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..2be881d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.2.0...v1.3.0) (2026-06-04) + + +### Features + +* **test:** add timeout ([#1595](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1595)) ([3138466](https://github.com/VeryGoodOpenSource/very_good_cli/commit/31384665fe66b4db8c03ba6ac15940beaecb8ab4)) + + +### Miscellaneous Chores + +* 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)) + ## [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 518c9e9d9..f44f2d1c4 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