Skip to content

Commit 8244648

Browse files
committed
chore: release v0.5.0
1 parent 98b9df8 commit 8244648

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
@@ -2,6 +2,11 @@
22

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

5+
---
6+
## [0.5.0](https://github.com/befovy/fvm/compare/v0.4.0...v0.5.0) (2020-04-24)
7+
8+
* link flutter dir to fvmhome/current ([98b9df8](https://github.com/befovy/fvm/commit/98b9df8a6b986a8a871ecb56da3369bc4d53ad0a))
9+
510
### [0.4.0](https://github.com/befovy/fvm/compare/v0.3.1...v0.4.0) (2020-03-07)
611

712
* add import sub command, import flutter outside of fvm into fvm ([2161286](https://github.com/befovy/fvm/commit/21612865b64685165f1c8c33158dd928f4aebb38))

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.4.0",
52+
Version: "0.5.0",
5353
}
5454

5555
// Execute executes the rootCmd

0 commit comments

Comments
 (0)