We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9e775 commit 6181032Copy full SHA for 6181032
HISTORY.rst
@@ -1,6 +1,20 @@
1
Changelog
2
---------
3
4
+3.2.0
5
+~~~~~
6
+
7
+* Timeouts for mutants implemented.
8
9
+* Browser: syntax highlighting for diff view
10
11
+* More fixes for generators.
12
13
+* Fix for `src`-style layout of projects.
14
15
+* Fixed bug where mutmut would recollect all tests on every run, slowing down startup.
16
17
18
3.1.0
19
~~~~~
20
mutmut/__init__.py
@@ -6,7 +6,7 @@
Number,
)
-__version__ = '3.1.0'
+__version__ = '3.2.0'
# We have a global whitelist for constants of the pattern __all__, __version__, etc
0 commit comments