Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Oct 22, 2016
1 parent 6952ef0 commit 935b71b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# nehm change log

## 3.2
* Add errors stack after the downloading if there were errors
* Add "ERROR: " and "WARNING: " prefixes for errors and warnings respectively
* Return warnings in cases, if you didn't set dlFolder and itunesPlaylist
* nehm will not colorize messages, if output isn't STDOUT
* Minor performance, stability and binary size improvements

## 3.1
* If you didn't set dlFolder, `nehm` will download tracks to home directory implicitly
* If you didn't set itunesPlaylist, `nehm` will not add tracks to iTunes implicitly
Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Expand Up @@ -18,7 +18,7 @@ var (
}
)

const version = "3.1"
const version = "3.2"

func showVersion(cmd *cobra.Command, args []string) {
ui.Println(version)
Expand Down

0 comments on commit 935b71b

Please sign in to comment.