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 May 20, 2017
1 parent 2cc118a commit 70472fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# nehm change log

## 4.0
* Added `sync` command. More in README [#11](https://github.com/bogem/nehm/pull/11). Thanks for [Snake4life](https://github.com/snake4life) for idea!
* Got rid of `curl` dependency. Now you don't have to install even `curl`
for working `nehm`! [#15](https://github.com/bogem/nehm/issues/15)
* Added the ability to access more than 270 likes [#17](https://github.com/bogem/nehm/issues/17)
* Major performance and memory consumption improvements
* Made a lot of refactoring so code is much cleaner now
* Many minor improvements

## 3.2
* Add errors stack after the downloading if there were errors
* Add "ERROR: " and "WARNING: " prefixes for errors and warnings respectively
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -94,7 +94,3 @@ Also commands may be abbreviated to one symbol length. For example, you can inpu
![iTunes music master library](https://raw.github.com/bogem/nehm/master/Pictures/music_master_library.png)

For example, english users should use `nehm get -i Music`, russian users - `nehm get -i Музыка`.

## License

MIT
2 changes: 1 addition & 1 deletion commands/version.go
Expand Up @@ -18,7 +18,7 @@ var (
}
)

const version = "3.2"
const version = "4"

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

0 comments on commit 70472fa

Please sign in to comment.