Skip to content

Commit 321b02a

Browse files
committed
chore: release 0.8.0
1 parent ef6a5d1 commit 321b02a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
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.
44

55
---
6+
## [0.8.0](https://github.com/befovy/fvm/compare/v0.7.0...v0.8.0) (2020-07-04)
7+
8+
* speed up clone via reference ([ef6a5d1](https://github.com/befovy/fvm/commit/ef6a5d14364744117acb847a1fb4fd7b09945e32))
9+
610
## [0.7.0](https://github.com/befovy/fvm/compare/v0.6.1...v0.7.0) (2020-06-25)
711

812
* fvm install from repo ([#15](https://github.com/befovy/fvm/issues/15)) ([586d1ca](https://github.com/befovy/fvm/commit/586d1cae174ae4ec1fa86c46fd06072eb96796d5))

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{
5050
Use: "fvm",
5151
Short: "Flutter Version Management",
5252
Long: "Flutter Version Management: A cli to manage Flutter SDK versions.",
53-
Version: "0.6.0",
53+
Version: "0.8.0",
5454
}
5555

5656
// Execute executes the rootCmd

0 commit comments

Comments
 (0)