diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4ad4e8..40201fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.7 + +* `fvm use [version]` and `fvm install` now also create legacy `fvm_config.json` file for easier 3.0 migration path. +* However `fvm_config.json` is now deprecated in favor of `.fvmrc` file. FVM will migrate it automatically. + ## 3.0.6 * `fvm flutter` command falls back to global fvm version if version not found in directory. diff --git a/lib/src/version.g.dart b/lib/src/version.g.dart index 0913b566..6dbb5353 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.6'; +const packageVersion = '3.0.7'; const deployType = 'pub'; diff --git a/pubspec.yaml b/pubspec.yaml index e10c7425..71cf71f9 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.6 +version: 3.0.7 homepage: https://github.com/leoafarias/fvm environment: