Skip to content

Commit f0730e0

Browse files
authored
chore: v0.2.0 (#132)
1 parent fc62b08 commit f0730e0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.2.0 (2021-05-25)
2+
3+
### Features
4+
5+
- android and web upgrades ([#129](https://github.com/VeryGoodOpenSource/very_good_cli/issues/129)) ([c4cc9dd](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c4cc9ddaf31c9a33f5cfd72f5ac76fcf7e99bdcd))
6+
- improve very good create output ([#131](https://github.com/VeryGoodOpenSource/very_good_cli/issues/131)) ([fc62b08](https://github.com/VeryGoodOpenSource/very_good_cli/commit/fc62b08162fe40a2cf03d62324ec622be6a3cdb3))
7+
- install packages automatically ([#130](https://github.com/VeryGoodOpenSource/very_good_cli/issues/130)) ([bcff075](https://github.com/VeryGoodOpenSource/very_good_cli/commit/bcff07508457d34d222c297e0da8954cbaf32cb1))
8+
- migrate to null safety ([#128](https://github.com/VeryGoodOpenSource/very_good_cli/issues/128)) ([3e76061](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3e76061d81ecc5ad7783ac9ec91150edfb278c66))
9+
110
# v0.1.8 (2021-05-21)
211

312
### 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.1.8
3+
version: 0.2.0
44
homepage: https://github.com/VeryGoodOpenSource/very_good_cli
55

66
environment:

0 commit comments

Comments
 (0)