CHANGES
=======

0.2.0
-----

* Add 'run_command_w_exception' method
* Checkout master and assign a branch name
* List only 'Action Required' patches
* tox: Add 'tox.ini' file
* pep8: Resolve 'E501 line too long' error
* doc: Add documentation for new config options
* Retrieve configuration from git-config files
* Raise exception for out-of-date instances
* Graceful degradation of patchwork commands
* Add AUTHORS and ChangeLog to gitignore
* Fix 'No module named git_pw.cli' error

0.1.0
-----

* Add a .gitignore file to hide PyPi files
* Rename 'setup.conf' to 'setup.cfg'
* Implement 'list_patches' function
* Fix issue with versioning
* Raise NotImplementedError for series-based calls
* Implement 'cherrypick' functionality
* Extract and use package's version for '--version'
* Make first pass at CLI
* Initial commit
