News in version 0.8.0:
- Added support for JSON output format
- Added support for COPR build tool
- Renamed 'fedpkg' build tool to 'koji' to make it more clear
- Downloading of files is now done only using standard Python library and not using PyCURL
- Added support for passing arbitrary extra arguments to local builders (mock, rpmbuild) with '--builder-options'.
- Added new option '--build-retries' allows the user to specify number of build retries (by default 2)
- Added support for csmock check tool
- Many bug fixes and code clean up

News in version 0.6.0:
- calls patches and git operation if exists in %prep section
- support libabipkgdiff
- Several fixes
- replace calling yum with dnf

News in version 0.5.0:
- git rebase method is used instead of patch command
- several decoding issues were fixed
- DiffHelper class is not needed
- Several PEP8 and W1202 fixes
- continue option implemented for git rebase
- added several tests
- Class for operation with Git repositories

News in version 0.4.0:
- we now handle extra versions like 'b1', 'rc1', ...
- improved version extraction from archive name
- added Build Log analyzer to detect unpackaged files or other issues
- Added Bash completion
- logging rebase-helper output to rebase-helper-results directory
- rewrite SpecFile class

News in version 0.3.1:
- new build class
- build-only option
- installing build dependencies in case of rpmbuildtool
- more tests
- RebaseHelperError class for catching exceptions
- Several fixes

News in version 0.3.0:
- pkgdiff class for comparing RPM files
- test suite for archive class and spec file

News in version 0.2.0:
- diff_helper for comparing two tarballs
- applying patches to tarballs
- patch_helper

News in version 0.1.0:
- first draft of the project
- Initial classes
- CLI interface
