Skip to content

Commit

Permalink
Changelog and version bump for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
febbraro committed Aug 15, 2017
1 parent 01df1dc commit b4ae58a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.3.1

- Don't start NFS if not on Darwin
- Auto update generator (project create) and dashboard images
- Added flag to disable autoupdate of generator (project create) image
- Added doctor check for Docker env var configuration
- Added doctor check for `/data` and `/Users` usage
- Added configurable timeouts for sync start
- Added detection when sync start has finished initializing

## 1.3.0

- `Commands()` function now returns an array of cli.Command structs instead of a single struct
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const VERSION = "1.3.0"
const VERSION = "1.3.1"

// It all starts here
func main() {
Expand Down

0 comments on commit b4ae58a

Please sign in to comment.