diff --git a/.gitignore b/.gitignore index 5876e8c..060200d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,5 @@ sample-project .dart_tool .metals -.vscode -!.vscode/settings.json \ No newline at end of file +#.vscode +#!.vscode/settings.json \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ba43c42..105dc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Change Log -## 6.0.1 +## 8.0.0 -* Added `angel3-orm-mysql` template for ORM support for MariaDB and MySQL +* Required SDK > 3.0.x + +## 7.0.0 + +* Skipped release ## 6.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index c28b905..c64f1f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,29 +1,29 @@ name: angel3_cli -version: 6.0.1 +version: 8.0.0 description: Command line tools for the Angel3 framework, including scaffolding. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel3-cli environment: - sdk: '>=2.16.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - analyzer: ^3.0.0 - args: ^2.1.1 - code_builder: ^4.0.0 - dart_style: ^2.0.1 - glob: ^2.0.1 - http: ^0.13.3 + analyzer: ^5.13.0 + args: ^2.4.0 + code_builder: ^4.5.0 + dart_style: ^2.3.0 + glob: ^2.1.0 + http: ^1.0.0 io: ^1.0.0 inflection3: ^0.5.3+2 mustache_template: ^2.0.0 path: ^1.8.0 prompts: ^2.0.0 - pubspec_parse: ^1.0.0 - quiver: ^3.0.1 - recase: ^4.0.0 + pubspec_parse: ^1.2.0 + quiver: ^3.2.0 + recase: ^4.1.0 shutdown: ^0.4.3 - watcher: ^1.0.0 + watcher: ^1.1.0 yaml: ^3.1.0 dev_dependencies: - lints: ^1.0.0 + lints: ^2.0.0 executables: angel3: angel3