Skip to content

Commit 2ca33c0

Browse files
authored
Update Changelog (devolo#21)
1 parent 586bfdc commit 2ca33c0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [5.1.2] - 2022/02/01
8+
9+
### Fixed
10+
11+
* Handle xdist groups correctly
12+
* Handle project marker correctly
13+
714
## [5.1.1] - 2022/01/27
815

916
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pytest-adaptavist
22

3-
This [pytest](http://pytest.org) plugin generates test execution results within ([Zephyr Scale](https://marketplace.atlassian.com/apps/1213259/zephyr-scale-test-management-for-jira)), formerly known as Adaptavist.
3+
This [pytest](http://pytest.org) plugin generates test execution results within [Zephyr Scale](https://marketplace.atlassian.com/apps/1213259/zephyr-scale-test-management-for-jira), formerly known as Adaptavist.
44

55
# Table of Contents
66
- [Installation](#installation)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
license="MIT",
1212
py_modules=["pytest_adaptavist"],
1313
packages=["pytest_adaptavist"],
14-
package_data={"pytest_pretty_terminal": ["py.typed"]},
14+
package_data={"pytest_adaptavist": ["py.typed"]},
1515
entry_points={"pytest11": ["adaptavist = pytest_adaptavist"]},
1616
platforms="any",
1717
python_requires=">=3.8",

0 commit comments

Comments
 (0)