From 9cfb51f3bfb33fb10ee344f30292aea0f2705852 Mon Sep 17 00:00:00 2001 From: jerry-git Date: Wed, 16 Oct 2024 15:44:16 +0000 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d6f23..e952df9 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.10.0] - 2024-10-16 ### Added - Support for Python 3.13. @@ -51,7 +53,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.9.0...master +[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.10.0...master +[0.10.0]: https://github.com/jerry-git/pytest-split/compare/0.9.0...0.10.0 [0.9.0]: https://github.com/jerry-git/pytest-split/compare/0.8.2...0.9.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 74243a1..667e96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.9.0" +version = "0.10.0" description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time." authors = [ "Jerry Pussinen ",