Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Mar 31, 2021
1 parent ea50c3a commit 183f382
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v2.4.0 (2021-03-31)
### Feature
* Added handling of lines without mapping ([`d5dd6f5`](https://github.com/F-Secure/pytest-rts/commit/d5dd6f56eed03dcda03513e3c1210fdbc4b2932f))

### Fix
* Linter errors ([`bba133d`](https://github.com/F-Secure/pytest-rts/commit/bba133d1392e3b57cd3e530d5ee86ff25a219a6e))
* Linter errors ([`030bc32`](https://github.com/F-Secure/pytest-rts/commit/030bc32ac0191a71aa8fdfe88abae5a77de24fc4))

### Documentation
* Note about intersection and surroundings algorithm ([`f303ef8`](https://github.com/F-Secure/pytest-rts/commit/f303ef8b68b4380877fe9089ce5e7f4c3aed6a5a))

## v2.3.0 (2021-03-29)
### Feature
* Rts from changes between commits ([`13b490b`](https://github.com/F-Secure/pytest-rts/commit/13b490b957878412c8463650262e8f9784b624a4))
Expand Down
2 changes: 1 addition & 1 deletion pytest_rts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""pytest-rts: avoid already imported warning: PYTEST_DONT_REWRITE"""
__version__ = "2.3.0"
__version__ = "2.4.0"

0 comments on commit 183f382

Please sign in to comment.