Skip to content

Commit dfe45f0

Browse files
authored
chore: v0.11.0 (#644)
* chore: v0.11.0 * here we go
1 parent c3cd8f3 commit dfe45f0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.11.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.10.0...v0.11.0) (2023-02-07)
2+
3+
### Bug Fixes
4+
5+
- bump_templates.yaml ([#642](https://github.com/VeryGoodOpenSource/very_good_cli/issues/642)) ([e1c60e3](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e1c60e3df239a7683b18c5a995d3cb32df5530d0))
6+
- **create:** docs site template org validation ([#624](https://github.com/VeryGoodOpenSource/very_good_cli/issues/624)) ([c44f194](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c44f1947c6e268355068e2b3c491b884a094a776))
7+
- fix test report in case of multiline test name ([#535](https://github.com/VeryGoodOpenSource/very_good_cli/issues/535)) ([5f2aa49](https://github.com/VeryGoodOpenSource/very_good_cli/commit/5f2aa49f7725173a86f57e7fc19fd3250d5b8e70))
8+
- update silently fails when the sdk does not support most recent version ([#627](https://github.com/VeryGoodOpenSource/very_good_cli/issues/627)) ([3540c42](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3540c42ce38f79c69698bbff64dc8e147d84301f))
9+
10+
### Features
11+
12+
- bump template bundles ([#643](https://github.com/VeryGoodOpenSource/very_good_cli/issues/643)) ([c3cd8f3](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c3cd8f32559036e55fcfba6bd644e4b7d711f9c8))
13+
- change description of create sub commands ([#625](https://github.com/VeryGoodOpenSource/very_good_cli/issues/625)) ([560f44a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/560f44a9930038be385e3e5a8257445c0559f312))
14+
- update sdk constraints ([#628](https://github.com/VeryGoodOpenSource/very_good_cli/issues/628)) ([19f6ddf](https://github.com/VeryGoodOpenSource/very_good_cli/commit/19f6ddfb7e348446fa36905c7a7c2e3cf0c48c7e))
15+
- update template bundles ([#637](https://github.com/VeryGoodOpenSource/very_good_cli/issues/637)) ([6450872](https://github.com/VeryGoodOpenSource/very_good_cli/commit/64508722ac79abc01b70eee2498dbbdf546cfc43))
16+
117
# [0.10.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.9.1...v0.10.0) (2023-01-17)
218

319
### Features

lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)