Skip to content

Commit cb78ed2

Browse files
committed
Release
1 parent 5771c94 commit cb78ed2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

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

4+
3.2.1
5+
~~~~~
6+
7+
* Read `paths_to_mutate` from config file
8+
9+
* Mutate `break` to `return` to avoid timeouts
10+
11+
* Added debug mode. Enable with `debug=True` in `setup.cfg` under `[mutmut]`
12+
13+
* Fixed new test detection. The old code incorrectly detected new tests when there were none, creating a much slower interaction loop for fixing mutants.
14+
15+
* And many more fixes
16+
417
3.2.0
518
~~~~~
619

mutmut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Number,
77
)
88

9-
__version__ = '3.2.0'
9+
__version__ = '3.2.1'
1010

1111

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

0 commit comments

Comments
 (0)