Skip to content

Commit 5dd794d

Browse files
committed
Release 0.8.2
1 parent 650b040 commit 5dd794d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.8.2] - 2024-01-29
79
### Added
810
- Support for pytest 8.x
911
- 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/),
4042
### Changed
4143
- Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31
4244

43-
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.1...master
45+
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.2...master
46+
[0.8.2]: https://github.com/jerry-git/pytest-split/compare/0.8.1...0.8.2
4447
[0.8.1]: https://github.com/jerry-git/pytest-split/compare/0.8.0...0.8.1
4548
[0.8.0]: https://github.com/jerry-git/pytest-split/compare/0.7.0...0.8.0
4649
[0.7.0]: https://github.com/jerry-git/pytest-split/compare/0.6.0...0.7.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-split"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time."
55
authors = [
66
"Jerry Pussinen <[email protected]>",

0 commit comments

Comments
 (0)