Skip to content

Commit 3aca174

Browse files
authored
chore: v0.10.0 (#623)
1 parent 7d6292c commit 3aca174

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# [0.9.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.9.0...v0.9.1) (2022-12-09)
1+
# [0.10.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.9.1...v0.10.0) (2023-01-17)
2+
3+
### Features
4+
5+
- create dart cli new usage ([#612](https://github.com/VeryGoodOpenSource/very_good_cli/issues/612)) ([1a94dc6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/1a94dc60c15bf38b48955f0a5c50a5ed514a947b))
6+
- create dart package new usage ([#611](https://github.com/VeryGoodOpenSource/very_good_cli/issues/611)) ([aa391d6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/aa391d692d816ebe548a7a9f85b72bed23f50b04))
7+
- create docs site new usage ([#614](https://github.com/VeryGoodOpenSource/very_good_cli/issues/614)) ([35b9bd1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/35b9bd1c8e165fba851036e32e1ace3c0f286b02))
8+
- create flame game new usage ([#618](https://github.com/VeryGoodOpenSource/very_good_cli/issues/618)) ([9b480f2](https://github.com/VeryGoodOpenSource/very_good_cli/commit/9b480f26e23b1399b201aa28950f2245e02e6924))
9+
- create flutter package new usage ([#616](https://github.com/VeryGoodOpenSource/very_good_cli/issues/616)) ([ece6849](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ece68492327da478c5016775abd7b1d099c3d180))
10+
- create flutter plugin new usage ([#617](https://github.com/VeryGoodOpenSource/very_good_cli/issues/617)) ([0a8bef5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0a8bef5b1291092819654c5ceb454fed7b5447df))
11+
- recreate flutter create with sub commands ([#607](https://github.com/VeryGoodOpenSource/very_good_cli/issues/607)) ([e01a127](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e01a127758bc539d3c5cd8e98c5cca04f496df34))
12+
13+
## [0.9.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.9.0...v0.9.1) (2022-12-09)
214

315
### Bug Fixes
416

@@ -18,7 +30,7 @@
1830

1931
- add publishable flag ([#592](https://github.com/VeryGoodOpenSource/very_good_cli/issues/592)) ([53cf064](https://github.com/VeryGoodOpenSource/very_good_cli/commit/53cf06456220954639adf3f733f4d7d87bfa832c))
2032

21-
# [0.8.6](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.8.5...v0.8.6) (2022-12-02)
33+
## [0.8.6](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.8.5...v0.8.6) (2022-12-02)
2234

2335
### Features
2436

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

66
environment:

0 commit comments

Comments
 (0)