Skip to content

Commit ea64049

Browse files
committed
chore: release fvm 0.6.0
1 parent 721b511 commit ea64049

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
7+
## [0.6.0](https://github.com/befovy/fvm/compare/v0.5.0...v0.6.0) (2020-04-25)
8+
9+
* remove fvmbin and .fvmbin ([721b511](https://github.com/befovy/fvm/commit/721b511e071e38033e22a0193d3cef15d8e88259))
10+
611
## [0.5.0](https://github.com/befovy/fvm/compare/v0.4.0...v0.5.0) (2020-04-24)
712

813
* link flutter dir to fvmhome/current ([98b9df8](https://github.com/befovy/fvm/commit/98b9df8a6b986a8a871ecb56da3369bc4d53ad0a))

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var rootCmd = &cobra.Command{
4949
Use: "fvm",
5050
Short: "Flutter Version Management",
5151
Long: "Flutter Version Management: A cli to manage Flutter SDK versions.",
52-
Version: "0.5.0",
52+
Version: "0.6.0",
5353
}
5454

5555
// Execute executes the rootCmd

0 commit comments

Comments
 (0)