Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jul 4, 2020
1 parent ef6a5d1 commit 321b02a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

---
## [0.8.0](https://github.com/befovy/fvm/compare/v0.7.0...v0.8.0) (2020-07-04)

* speed up clone via reference ([ef6a5d1](https://github.com/befovy/fvm/commit/ef6a5d14364744117acb847a1fb4fd7b09945e32))

## [0.7.0](https://github.com/befovy/fvm/compare/v0.6.1...v0.7.0) (2020-06-25)

* fvm install from repo ([#15](https://github.com/befovy/fvm/issues/15)) ([586d1ca](https://github.com/befovy/fvm/commit/586d1cae174ae4ec1fa86c46fd06072eb96796d5))
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{
Use: "fvm",
Short: "Flutter Version Management",
Long: "Flutter Version Management: A cli to manage Flutter SDK versions.",
Version: "0.6.0",
Version: "0.8.0",
}

// Execute executes the rootCmd
Expand Down

0 comments on commit 321b02a

Please sign in to comment.