2.11.1
·
110 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
ℹ️ Note that python-minifier depends on the python interpreter for parsing source code,
and will output source code compatible with the version of the interpreter it is run with.
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
the minified code may only run with Python 3.12.
Fixed
- Using the
--remove-class-attribute-annotationsoption together with--rename-globalswas incorrectly causing class attributes to be renamed. Both of these options are unsafe for arbitrary code and are disabled by default but this was not the intended behavior, and has been fixed.