Added - Added support for building packages via **fedpkg** (or **koji**) - Added summary report for better overview - `continue` option implemented for `git rebase` - Added several tests - Added class for operating with Git repositories
Changed - `git rebase` is used instead of `patch` command
Fixed - Fixed several decoding issues - Several **PEP8** and **W1202** fixes
Removed - `DiffHelper` class is not needed
0.4.0
Added - Handling of extra versions like `b1`, `rc1`, etc. - Added build log analyzer to detect unpackaged files or other issues - Added Bash completion
Changed - Improved version extraction from archive name - **rebase-helper** output is looged to `rebase-helper-results` directory - `SpecFile` class rewritten
0.3.1
Added - New build class - `--build-only` option - Installation of build dependencies in case of **rpmbuild** tool - More tests - `RebaseHelperError` class for catching exceptions
Fixed - Several fixes
0.3.0
Added - **pkgdiff** tool for comparing RPM packages - Tests for `Archive` class and SPEC file
0.2.0
Added - `diff_helper` for comparing two tarballs - Applying patches to tarballs - `patch_helper`