Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Jan 14, 2025
1 parent 548c0ed commit 20d0a62
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.3
~~~~~

* Crash with error message on invalid imports for `src` module

* Autodetect simpler project configurations with `test_*.py` in the dir directly

* Handle filenames (as opposed to dirnames) in paths_to_mutate

* Also copy `setup.cfg` and `pyproject.toml` by default

* Handle single line `paths_to_mutate`


3.2.2
~~~~~

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.2'
__version__ = '3.2.3'


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

0 comments on commit 20d0a62

Please sign in to comment.