Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Oct 16, 2024
1 parent 2ff68b5 commit 9cfb51f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <jerry.pussinen@gmail.com>",
Expand Down

0 comments on commit 9cfb51f

Please sign in to comment.