Skip to content

Commit eb301a8

Browse files
committed
chore: 1.4.0
1 parent 20a3943 commit eb301a8

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.3.0",
2+
".": "1.4.0",
33
"site": "1.1.1"
44
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.3.0...v1.4.0) (2026-07-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.3.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.2.0...v1.3.0) (2026-06-23)
411

512

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: very_good_cli
22
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
3-
version: 1.3.0
3+
version: 1.4.0
44
homepage: https://cli.vgv.dev/
55
repository: https://github.com/VeryGoodOpenSource/very_good_cli
66
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues

0 commit comments

Comments
 (0)