Skip to content

Commit fe44e5f

Browse files
committed
🔖 3.1.1
1 parent 97cff9d commit fe44e5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and will output source code compatible with the version of the interpreter it is
1010
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1111
the minified code may only run with Python 3.12.
1212

13+
## [3.1.1] - 2025-12-11
14+
15+
### Fixed
16+
- The remove debug transform could incorrectly remove if branches that did not test `__debug__`
17+
1318
## [3.1.0] - 2025-10-10
1419

1520
### Added
@@ -306,6 +311,7 @@ the minified code may only run with Python 3.12.
306311
- python-minifier package
307312
- pyminify command
308313

314+
[3.1.1]: https://github.com/dflook/python-minifier/compare/3.1.0...3.1.1
309315
[3.1.0]: https://github.com/dflook/python-minifier/compare/3.0.0...3.1.0
310316
[3.0.0]: https://github.com/dflook/python-minifier/compare/2.11.3...3.0.0
311317
[2.11.3]: https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3

0 commit comments

Comments
 (0)