Skip to content

Commit 91dda0e

Browse files
chore(main): release 0.2.1 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b14719 commit 91dda0e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.2.0...v0.2.1) (2025-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* release.yml based on pyproject.toml's name ([#9](https://github.com/xverges/pytest-xdist-load-testing/issues/9)) ([0b14719](https://github.com/xverges/pytest-xdist-load-testing/commit/0b14719236117a79ddd52274d70b1d9b97c66162))
9+
310
## [0.2.0](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.1.1...v0.2.0) (2025-11-22)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
[project]
88
name = "pytest-xdist-load-testing"
99
description = "xdist scheduler to repeately run tests"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111
readme = "README.md"
1212
requires-python = ">=3.9"
1313
authors = [

src/pytest_xdist_load_testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .api import stop_load_testing, weight
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66
__all__ = [
77
"weight",
88
"stop_load_testing",

0 commit comments

Comments
 (0)