Skip to content

Commit fb5d0c1

Browse files
committed
Release 0.11.0
1 parent 95a0184 commit fb5d0c1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
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).
55

66
## [Unreleased]
7+
8+
## [0.11.0] - 2026-02-03
79
### Added
810
- Support for pytest 9.x
911
- Support for Python 3.14
@@ -62,7 +64,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6264
### Changed
6365
- Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31
6466

65-
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.10.0...master
67+
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.11.0...master
68+
[0.11.0]: https://github.com/jerry-git/pytest-split/compare/0.10.0...0.11.0
6669
[0.10.0]: https://github.com/jerry-git/pytest-split/compare/0.9.0...0.10.0
6770
[0.9.0]: https://github.com/jerry-git/pytest-split/compare/0.8.2...0.9.0
6871
[0.8.2]: https://github.com/jerry-git/pytest-split/compare/0.8.1...0.8.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-split"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time."
55
authors = [
66
"Jerry Pussinen <jerry.pussinen@gmail.com>",

0 commit comments

Comments
 (0)