Skip to content

Commit e8e0960

Browse files
committed
Release
1 parent 0d8484c commit e8e0960

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
---------
33

4+
3.1.0
5+
~~~~~
6+
7+
* Correctly handle mutation for generator functions (`yield`).
8+
9+
* Fixed so that `from __future__` lines are always first.
10+
11+
* If no stats are collected exit directly, as that is a breaking error for mutation testing.
12+
13+
* Changed name mangling to make mutants less likely to trigger name-based python magic, like in pytest where functions named `test_*` have special meaning.
14+
15+
416
3.0.5
517
~~~~~
618

mutmut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Number,
55
)
66

7-
__version__ = '3.0.5'
7+
__version__ = '3.1.0'
88

99

1010
# We have a global whitelist for constants of the pattern __all__, __version__, etc

0 commit comments

Comments
 (0)