diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a552803..880e0fdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.4.4 (2021-09-23) + +### Features + +- **core:** template improvements ([#191](https://github.com/VeryGoodOpenSource/very_good_cli/issues/191)) ([4a405ff](https://github.com/VeryGoodOpenSource/very_good_cli/commit/4a405ffdbfd0e79238b89ca489fb54e08db91ff9)) +- add auto update ([#181](https://github.com/VeryGoodOpenSource/very_good_cli/issues/181)) ([b8b490b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b8b490b288113b504e0943ed52d24138f99153a7)) +- bloc v7.2.0 and internal platform updates ([#187](https://github.com/VeryGoodOpenSource/very_good_cli/issues/187)) ([193eb30](https://github.com/VeryGoodOpenSource/very_good_cli/commit/193eb304823291a5bb71a348be203bc32a1e7d77)) +- run dart fix --apply as post generation step ([#189](https://github.com/VeryGoodOpenSource/very_good_cli/issues/189)) ([ce02422](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ce02422d5c7e91f0bf1ef94ac3a0584fa4c06eaa)) + # v0.4.3 (2021-09-17) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 221a88755..820b677ac 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.3'; +const packageVersion = '0.4.4'; diff --git a/pubspec.yaml b/pubspec.yaml index ada0076ec..9bc4f5a89 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command Line Interface for Dart created by Very Good Ventures. -version: 0.4.3 +version: 0.4.4 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: