Skip to content

Commit da3534e

Browse files
committed
Release 0.5.0
1 parent 9283f44 commit da3534e

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
@@ -3,12 +3,16 @@ All notable changes to this project will be documented in this file.
33

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

6-
## Unreleased
6+
## [Unreleased]
7+
8+
## [0.5.0] - 2021-11-09
79
### Added
810
- Wolt cookiecutter + cruft setup, see https://github.com/jerry-git/pytest-split/pull/33
911

1012
## [0.4.0] - 2021-11-09
1113
### Changed
1214
- Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31
1315

16+
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.5.0...master
17+
[0.5.0]: https://github.com/jerry-git/pytest-split/compare/0.4.0...0.5.0
1418
[0.4.0]: https://github.com/jerry-git/pytest-split/tree/0.4.0

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.4.0"
3+
version = "0.5.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 <[email protected]>",

0 commit comments

Comments
 (0)