Skip to content

Commit 9367e5b

Browse files
authored
chore: v0.14.0 (#733)
1 parent be974e2 commit 9367e5b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.github/workflows/very_good_cli.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: actions/[email protected]
2525

2626
- uses: subosito/[email protected]
27+
with:
28+
flutter-version: 3.7.12
2729

2830
- name: Install Dependencies
2931
run: flutter pub get

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [0.13.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.13.0...v0.13.1) (2023-04-12)
1+
# [0.14.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.13.1...v0.14.0) (2023-05-10)
2+
3+
### Bug Fixes
4+
5+
- allow spaced golden file names ([#722](https://github.com/VeryGoodOpenSource/very_good_cli/issues/722)) ([0e63104](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0e63104d2f309763875c768705e9d453198c731f))
6+
7+
### Features
8+
9+
- bump template bundles ([#731](https://github.com/VeryGoodOpenSource/very_good_cli/issues/731)) ([be974e2](https://github.com/VeryGoodOpenSource/very_good_cli/commit/be974e24d2497f3ac6ce0b4df3dbcee44f48217d))
10+
11+
## [0.13.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.13.0...v0.13.1) (2023-04-12)
212

313
### Bug Fixes
414

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: 0.13.1
3+
version: 0.14.0
44
repository: https://github.com/VeryGoodOpenSource/very_good_cli
55

66
environment:

0 commit comments

Comments
 (0)