Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Nov 13, 2024
1 parent 5771c94 commit cb78ed2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
---------

3.2.1
~~~~~

* Read `paths_to_mutate` from config file

* Mutate `break` to `return` to avoid timeouts

* Added debug mode. Enable with `debug=True` in `setup.cfg` under `[mutmut]`

* Fixed new test detection. The old code incorrectly detected new tests when there were none, creating a much slower interaction loop for fixing mutants.

* And many more fixes

3.2.0
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mutmut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Number,
)

__version__ = '3.2.0'
__version__ = '3.2.1'


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

0 comments on commit cb78ed2

Please sign in to comment.