diff --git a/very_good_dart_cli/CHANGELOG.md b/very_good_dart_cli/CHANGELOG.md index 9ea6cd8..5bcc1fd 100644 --- a/very_good_dart_cli/CHANGELOG.md +++ b/very_good_dart_cli/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.8.0 + +- feat: update to Flutter 3.24 and Dart 3.5 ([#177](https://github.com/VeryGoodOpenSource/very_good_templates/pull/177)) +- chore: tighten template dependencies ([#173](https://github.com/VeryGoodOpenSource/very_good_templates/pull/173), [#178](https://github.com/VeryGoodOpenSource/very_good_templates/pull/178)) + # 0.7.2 - chore: tighten template dependencies ([#146](https://github.com/VeryGoodOpenSource/very_good_templates/pull/146), [#149](https://github.com/VeryGoodOpenSource/very_good_templates/pull/149)) diff --git a/very_good_dart_cli/brick.yaml b/very_good_dart_cli/brick.yaml index 600dd8a..1e40989 100644 --- a/very_good_dart_cli/brick.yaml +++ b/very_good_dart_cli/brick.yaml @@ -1,7 +1,7 @@ name: very_good_dart_cli description: A Very Good Dart CLI created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_dart_cli -version: 0.7.2 +version: 0.8.0 environment: mason: ">=0.1.0-dev.52 <0.1.0"