Skip to content

Commit d9d32af

Browse files
author
semantic-release
committed
2.5.0
Automatically generated by python-semantic-release
1 parent 5df1f52 commit d9d32af

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.5.0 (2021-05-17)
6+
### Feature
7+
* Migration to pydriller>=2.0 ([`a3b553f`](https://github.com/F-Secure/pytest-rts/commit/a3b553fcc9966c421fe8d3313fb2d41ec5230926))
8+
9+
### Documentation
10+
* Rewrite tutorial ([`7c3e98d`](https://github.com/F-Secure/pytest-rts/commit/7c3e98dc2ffa5cb682be84ef3801bffa19f83f0e))
11+
* Add tutorial and images ([`eb2c717`](https://github.com/F-Secure/pytest-rts/commit/eb2c7170b362c25ebac64314ea985699e615e14d))
12+
* Switched to non-recursive test targets call ([`544f4ac`](https://github.com/F-Secure/pytest-rts/commit/544f4ac2729c073361b143b6db4938aaf950458c))
13+
* Fixed Makefile example ([`2753568`](https://github.com/F-Secure/pytest-rts/commit/27535689a66ac621ac40b494e572f0a88aa6b9f1))
14+
* Add cov-threshold tutorial ([`497ceb9`](https://github.com/F-Secure/pytest-rts/commit/497ceb951b72691bd210bfc6724c63889d88475f))
15+
516
## v2.4.0 (2021-03-31)
617
### Feature
718
* Added handling of lines without mapping ([`d5dd6f5`](https://github.com/F-Secure/pytest-rts/commit/d5dd6f56eed03dcda03513e3c1210fdbc4b2932f))

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.4.0"
2+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)