diff --git a/CHANGELOG.md b/CHANGELOG.md index 27360f88..f840da59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.9 + +* Adds .gitignore even if project is not a git repository. As IDEs and tools use it as a reference for project indexing. + ## 3.0.8 * Implemented better validation checks for flavors [#639](https://github.com/leoafarias/fvm/issues/639) diff --git a/lib/src/version.g.dart b/lib/src/version.g.dart index f2d2e859..2d9b7552 100644 --- a/lib/src/version.g.dart +++ b/lib/src/version.g.dart @@ -1,4 +1,4 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -const packageVersion = '3.0.8'; +const packageVersion = '3.0.9'; const deployType = 'pub'; diff --git a/pubspec.yaml b/pubspec.yaml index b6417ce5..abdd592f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 3.0.8 +version: 3.0.9 homepage: https://github.com/leoafarias/fvm environment: