Skip to content

Commit

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

3.1.0
~~~~~

* Correctly handle mutation for generator functions (`yield`).

* Fixed so that `from __future__` lines are always first.

* If no stats are collected exit directly, as that is a breaking error for mutation testing.

* Changed name mangling to make mutants less likely to trigger name-based python magic, like in pytest where functions named `test_*` have special meaning.


3.0.5
~~~~~

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

__version__ = '3.0.5'
__version__ = '3.1.0'


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

0 comments on commit e8e0960

Please sign in to comment.