Skip to content

Commit 0798ea1

Browse files
committed
Release 0.8.1
1 parent 5e68844 commit 0798ea1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 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.8.1] - 2023-04-12
79
### Changed
810
- Introduce Ruff
911
- Fixed usage of [deprecated pytest API](https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers)
@@ -35,9 +37,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3537
### Changed
3638
- Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31
3739

38-
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.0...master
40+
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.1...master
41+
[0.8.1]: https://github.com/jerry-git/pytest-split/compare/0.8.0...0.8.1
3942
[0.8.0]: https://github.com/jerry-git/pytest-split/compare/0.7.0...0.8.0
4043
[0.7.0]: https://github.com/jerry-git/pytest-split/compare/0.6.0...0.7.0
4144
[0.6.0]: https://github.com/jerry-git/pytest-split/compare/0.5.0...0.6.0
4245
[0.5.0]: https://github.com/jerry-git/pytest-split/compare/0.4.0...0.5.0
4346
[0.4.0]: https://github.com/jerry-git/pytest-split/tree/0.4.0
47+

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.8.0"
3+
version = "0.8.1"
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)