diff --git a/CHANGELOG.md b/CHANGELOG.md index abec7c0..2198737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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] + +## [0.8.2] - 2024-01-29 ### Added - Support for pytest 8.x - Python 3.12 to CI test matrix @@ -40,7 +42,8 @@ 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.8.1...master +[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.2...master +[0.8.2]: https://github.com/jerry-git/pytest-split/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/jerry-git/pytest-split/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/jerry-git/pytest-split/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/jerry-git/pytest-split/compare/0.6.0...0.7.0 diff --git a/pyproject.toml b/pyproject.toml index f2e2ba1..dc3e05d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.8.1" +version = "0.8.2" description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time." authors = [ "Jerry Pussinen ",