From da3534e740b21ef27e24364746aafa4607d49108 Mon Sep 17 00:00:00 2001 From: jerry-git Date: Tue, 9 Nov 2021 08:39:17 +0000 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adbf4e..d0e1a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] + +## [0.5.0] - 2021-11-09 ### Added - Wolt cookiecutter + cruft setup, see https://github.com/jerry-git/pytest-split/pull/33 @@ -11,4 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31 +[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.5.0...master +[0.5.0]: https://github.com/jerry-git/pytest-split/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/jerry-git/pytest-split/tree/0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 69195fb..931ed94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.4.0" +version = "0.5.0" description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time." authors = [ "Jerry Pussinen ",