Skip to content

Commit

Permalink
Update Changelog (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun authored Feb 1, 2022
1 parent 586bfdc commit 2ca33c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [5.1.2] - 2022/02/01

### Fixed

* Handle xdist groups correctly
* Handle project marker correctly

## [5.1.1] - 2022/01/27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pytest-adaptavist

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.
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.

# Table of Contents
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
license="MIT",
py_modules=["pytest_adaptavist"],
packages=["pytest_adaptavist"],
package_data={"pytest_pretty_terminal": ["py.typed"]},
package_data={"pytest_adaptavist": ["py.typed"]},
entry_points={"pytest11": ["adaptavist = pytest_adaptavist"]},
platforms="any",
python_requires=">=3.8",
Expand Down

0 comments on commit 2ca33c0

Please sign in to comment.