diff --git a/CHANGELOG.md b/CHANGELOG.md index afe3d506..475ec697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.1.6 + +- Improved messages when nested .fvmrc file is found. +- Better error handling for .git directory check. + ## 3.1.5 * Improved mirror creation logging diff --git a/lib/src/version.dart b/lib/src/version.dart index de4f9302..cd2a6c49 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.1.5'; +const packageVersion = '3.1.6'; diff --git a/pubspec.yaml b/pubspec.yaml index 30b0f958..2514eebe 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.1.5 +version: 3.1.6 homepage: https://github.com/leoafarias/fvm environment: