Skip to content

Commit f6113ea

Browse files
committed
🔖 3.1.0
1 parent bb25314 commit f6113ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ 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-
## [Unreleased] - Work in Progress
13+
## [3.1.0] - 2025-10-11
1414

1515
### Added
16-
- Python 3.14 support (work in progress), including:
16+
- Python 3.14 support, including:
1717
+ PEP 750 Template strings (t-strings)
1818

19+
### Fixed
20+
- Failure to minify modules with special characters appearing in f-strings (e.g. null)
21+
1922
## [3.0.0] - 2025-08-13
2023

2124
### Fixed
@@ -303,6 +306,7 @@ the minified code may only run with Python 3.12.
303306
- python-minifier package
304307
- pyminify command
305308

309+
[3.1.0]: https://github.com/dflook/python-minifier/compare/3.0.0...3.1.0
306310
[3.0.0]: https://github.com/dflook/python-minifier/compare/2.11.3...3.0.0
307311
[2.11.3]: https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3
308312
[2.11.2]: https://github.com/dflook/python-minifier/compare/2.11.1...2.11.2

0 commit comments

Comments
 (0)