Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 19, 2020
1 parent d157de1 commit 9802761
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.1

- Fixes `list` command when project has no config.

## 0.8.0

- Implemented `--global` flag to set a specific version globally.
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ FVM gives you the ability to install many Flutter **releases** or **channels**.

Version - use `master` to install the Master channel and `v1.8.0` or `1.17.0-dev.3.1` to install the release.

#### Project Config SDK Version

If your project is already configured to use an specifc version. Run `install` without any arguments will make sure the proper version is installed for the project.

```bash
> fvm install
```

Check out `use` command to see how to configure a version per project.

### Use a SDK Version

You can use different Flutter SDK versions per project. To do that you have to go into the root of the project and:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 0.8.0
version: 0.8.1
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down

0 comments on commit 9802761

Please sign in to comment.