diff --git a/HISTORY.rst b/HISTORY.rst index 51e0c1b..07b55d6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,14 @@ History .. to_doc +------------------ +0.1.6 (14-02-2024) +------------------ +* Ignore commit without PR by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/4 +* Rename sections: "new things" > "things" by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/6 +* Use semantic headings by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/5 +* Ignore empty lines, comments when reading in packages_by_dep_dag.txt file by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/7 +* Update release process template to current process by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/8 ------------------ 0.1.5 (14-09-2023) diff --git a/setup.cfg b/setup.cfg index 7f30de8..2d82af6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-release-util url = https://github.com/galaxyproject/galaxy-release-util -version = 0.1.5 +version = 0.1.6 [options] include_package_data = True