Skip to content

Commit

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

3.2.0
~~~~~

* Timeouts for mutants implemented.

* Browser: syntax highlighting for diff view

* More fixes for generators.

* Fix for `src`-style layout of projects.

* Fixed bug where mutmut would recollect all tests on every run, slowing down startup.


3.1.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.1.0'
__version__ = '3.2.0'


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

0 comments on commit 6181032

Please sign in to comment.