Skip to content

Commit 4dae7dd

Browse files
author
semantic-release
committed
2.2.0
Automatically generated by python-semantic-release
1 parent 51f3e7a commit 4dae7dd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.2.0 (2021-03-24)
6+
### Feature
7+
* Run tests from changes in workdir ([`5836afd`](https://github.com/F-Secure/pytest-rts/commit/5836afd07b04f005123c4d0d85c5920c7b61c7ea))
8+
9+
### Documentation
10+
* Mention relative files configuration ([`07104f8`](https://github.com/F-Secure/pytest-rts/commit/07104f833633426aebaef0346c1b867422b45eec))
11+
* Fixed initialization section ([`d093abb`](https://github.com/F-Secure/pytest-rts/commit/d093abb03b169b47e5a09d3d236d36ae36575b79))
12+
* Added troubleshooting section ([`d03881e`](https://github.com/F-Secure/pytest-rts/commit/d03881e891b4f471b748ad5174698ed5641d2965))
13+
* Updated usage instructions and removed outdated files ([`c8639e1`](https://github.com/F-Secure/pytest-rts/commit/c8639e1f83554bfbf7d07d1ffa72e62a05508232))
14+
515
## v2.1.0 (2021-03-18)
616
### Feature
717
* Run new tests based on pytest-cov ([`7d40a75`](https://github.com/F-Secure/pytest-rts/commit/7d40a752aa69b9d16fbd0927fd4ded626c1355be))

pytest_rts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""pytest-rts: avoid already imported warning: PYTEST_DONT_REWRITE"""
2-
__version__ = "2.1.0"
2+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)