From 5975367021697a1bd5a7804916cb5a8ab824a3a9 Mon Sep 17 00:00:00 2001 From: Bernardo Silva Date: Thu, 23 Sep 2021 12:35:06 +0100 Subject: [PATCH] :bookmark: Bump library to 0.5.0 Bump lib to 0.5.0 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaab37..03c52c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.5.0] - 2021-09-23 +### Changed +- Handle new Testrail get cases paginated response to keep same behaviour of fetching all cases. + + ## [0.4.0] - 2019-06-28 ### Changed - Avoid unnecessary requests to Testrail when a branch is not allowed to create Test Runs. diff --git a/setup.py b/setup.py index e7078f7..9e75348 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="behave-testrail-reporter", - version="0.4.0", + version="0.5.0", author="Virtualstock", author_email="development.team@virtualstock.co.uk", url="https://github.com/virtualstock/behave-testrail-reporter/",