diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f4dba..2a9bbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,59 @@ +# 0.7.0 + +* fix last two test failures +* address codacy warning +* Unparametrize test_different_pypi_name() again +* dont bail when you cannot delete the temp gh repo +* parametrize test_different_pypi_name +* fix test_look_for_version_files +* use setdefault() with pypi project name +* Fix cyclic dependency with logger +* add test case for custom PyPI name +* Initial work on: PyPI name can be different than repository name +* [test_utils.py] fix test_look_for_version_files() +* Add support for using the version variable +* Updated return values to be more consistent. +* Add dry-run tests. +* Added dry-run argument. +* Update tests. +* set default value for docker image +* In openshift-template-dev add container repository into variable. +* Update tests. +* implementation of github webhooks handling +* Fix Codacy issues. +* Removed the extra comments. +* Changed function definitions to include individual variables. +* Updated contributing guidelines +* Removed previously left over code +* Updated class names. +* Added New_PR class. Updated it's references +* Added New_Release class. Updated it's references. +* Update readme. +* Remove `GITHUB_USER` env variable +* Added test for loading conf.yaml +* Moved checking of clone_url to `configuration.py` +* Modify unit test for git to check for tag name +* Return tag_name instead of release_name +* Update README +* Add new configuration option to specify clone url. +* delete s2i check for pypi configuration +* Remove fedora functionality from release-bot. +* Remove trailing whitespace +* Add the comments for checkout master branch before release_pr +* Modify make_release_pr() to check for master before branching and return to master after +* Modify make_new_pypi_release() to checkout master branch in the end +* Added condition to check if user wants to release for PyPi or not. +* remove check for github_api_status +* Remove unwanted library Version +* Add tests for version_from_title +* Remove trailing whitespace +* Update README.md and Add function documentation +* Add different version formats user-cont#12 +* Removed the extra white-space. +* Fixed a bug introduced in #162 +* Update guide to use trigger_on_issue +* Document how to try release-bot locally + # 0.6.1 * Bot ignores 'python_versions' in release-conf and builds an sdist and a py3 wheel. diff --git a/release_bot/version.py b/release_bot/version.py index 8411e55..a71c5c7 100644 --- a/release_bot/version.py +++ b/release_bot/version.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.7.0'