CHANGES
=======

0.4.2
-----

* Fix switch to disable colorful output
* Fix listed issues if transitions are shown
* Fix issue search NameError
* Make pep8 happy
* Speedup TravisCI build
* Fix for jira-python module rename
* Post release version bump to 0.4.2

0.4.1
-----

* add: sprint command example in README
* add: sprint command to show current project sprint
* fix: encoding if piping more than ascii output
* Drop string formatting in logging Let logging handle formatting only if needed
* drop global var for logging
* travisci: Be more verbose on pep8 output
* Added some basic issue transitions
* gitignore: Add AUTHORS and ChangeLog file
* Move jiracli to a module and use entry points
* Add travis build status icon
* Use pbr for builds
* Add travis.yml for pep8 testing
* Make pep8 happy
* Handle unavailable description attr
* Fix problem with oneline issue output
* Post release version bump to 0.4.1

0.4
---

* Fix README
* Add parameters to add/remove fixVersions
* Add build/ dir to .gitignore
* Show parent issue
* Code cleanup
* Replace tabs with spaces
* Initial support create multiple issues in one shot
* Add support for issue parent
* Reduce output
* Post release version bump to 0.4

0.3
---

* Reorder code for better readability
* Rename watch-add/remove cmd to be consistent
* Rename component-add/remove cmd to be consistent
* Rename label-add/remove command to be consistent
* Rename add-comment command to be consistent
* Post release version bump to 0.3

0.2
---

* release: bump version to 0.2 for release
* Add .gitignore file
* Mention more installation methods
* Include README.rst in tarball

0.1
---

* Fix README.rst name in setup.py
* Use restructuredText instead of markdown
* Add setup.py for installation
* Add parameter to add comments to issues
* Add parameter to list issue link types
* Show issue links in issue list
* Update README
* Add parameters to add/remove components
* Add parameters to add/remove labels
* Add parameter to create a new issue
* Add parameter to get a list of issue types
* Add parameter to list available components
* Initial commit
* Initial release
