Skip to content

Commit 7162c37

Browse files
authored
chore: v0.12.0 (#670)
* chore: v0.12.0
1 parent 83e40bf commit 7162c37

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.12.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.11.0+1...v0.12.0) (2023-02-28)
2+
3+
### Bug Fixes
4+
5+
- documentation inconsistency with tool directory ([#662](https://github.com/VeryGoodOpenSource/very_good_cli/issues/662)) ([7ace466](https://github.com/VeryGoodOpenSource/very_good_cli/commit/7ace466fd68f9f208e54306c74cdc84e9b0e4f6d))
6+
- recursive min coverage ([#647](https://github.com/VeryGoodOpenSource/very_good_cli/issues/647)) ([5f46928](https://github.com/VeryGoodOpenSource/very_good_cli/commit/5f46928949df76373e78573a5635b4297e5e0a46))
7+
- test optimizer to import files as valid dart names ([#658](https://github.com/VeryGoodOpenSource/very_good_cli/issues/658)) ([61345cc](https://github.com/VeryGoodOpenSource/very_good_cli/commit/61345cc3d4c90431563a1808cbc27cb816c6f551))
8+
9+
### Features
10+
11+
- add test optimizer brick ([#639](https://github.com/VeryGoodOpenSource/very_good_cli/issues/639)) ([3f8434e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3f8434edc886eb74cacd763dd166f63cf907d205))
12+
- allow forcing ansi output via ansi-output option ([#534](https://github.com/VeryGoodOpenSource/very_good_cli/issues/534)) ([ff31511](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ff31511c12df99085d28545436ea64d05de714f1))
13+
- bump template bundles ([#650](https://github.com/VeryGoodOpenSource/very_good_cli/issues/650)) ([c6c2ba5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c6c2ba506c74f07ce586863a4fcf500bc5f0070a))
14+
- bump template bundles ([#661](https://github.com/VeryGoodOpenSource/very_good_cli/issues/661)) ([af4eaf2](https://github.com/VeryGoodOpenSource/very_good_cli/commit/af4eaf2e19899861acf4c624a882f3922b915c7d))
15+
- bump template bundles ([#663](https://github.com/VeryGoodOpenSource/very_good_cli/issues/663)) ([e10b59e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e10b59e585c7b6a2aa0c8d659be4c827d8deed20))
16+
117
# [v0.11.0+1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.11.0...v0.11.0+1) (2023-02-07)
218

319
# [0.11.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.10.0...v0.11.0) (2023-02-07)

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

66
environment:

0 commit comments

Comments
 (0)