Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Feb 29, 2016
1 parent e6aa13a commit 7cb3dff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Notable changes for the [gmusicapi-scripts](https://github.com/thebigmunch/gmusicapi-scripts) project. This project uses [Semantic Versioning](http://semver.org/) principles.


## [0.3.0](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.3.0) (2016-02-29)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.2.1...0.3.0)

### Added

* Output songs to be filtered in dry-run.

### Changed

* Change --include-all to --all-includes to match parameter change in gmusicapi-wrapper.
* Change --exclude-all to --all-excludes to match parameter change in gmusicapi-wrapper.
* Change behavior of --max-depth=0; it now limits to the current directory level instead of being infinite recursion.


## [0.2.1](https://github.com/thebigmunch/gmusicapi-scripts/releases/tag/0.2.1) (2016-02-15)

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/0.2.0...0.2.1)
Expand Down Expand Up @@ -38,4 +53,4 @@ Notable changes for the [gmusicapi-scripts](https://github.com/thebigmunch/gmusi

[Commits](https://github.com/thebigmunch/gmusicapi-scripts/compare/b66da631025f5074df0e290aa515b7f18d14fde8...0.1.0)

* First package release for PyPi.
* First package release for PyPi.
2 changes: 1 addition & 1 deletion gmusicapi_scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__title__ = 'gmusicapi_scripts'
__version__ = "0.2.1"
__version__ = "0.3.0"
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 thebigmunch <mail@thebigmunch.me>'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],

install_requires=[
'gmusicapi-wrapper >= 0.2.0, < 0.3.0',
'gmusicapi-wrapper >= 0.3.0',
'docopt-unicode'
],

Expand Down

0 comments on commit 7cb3dff

Please sign in to comment.