Skip to content

Commit

Permalink
🔖 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 27, 2022
1 parent c351dbe commit 2acc4e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.8.0] - 2022-12-27

### Added
- New transforms that together work similarly to Python's [-O option](https://docs.python.org/3/using/cmdline.html#cmdoption-O)
- Remove asserts, which removes assert statements and is disabled by default
- Remove debug, which removes any `if` block that tests `__debug__ is True` and is disabled by default

### Changed
- When minifiying a directory, files ending with '.pyw' will now be minified.

## [2.7.0] - 2022-10-27

### Added
Expand Down Expand Up @@ -147,6 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- python-minifier package
- pyminify command

[2.8.0]: https://github.com/dflook/python-minifier/compare/2.7.0...2.8.0
[2.7.0]: https://github.com/dflook/python-minifier/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/dflook/python-minifier/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/dflook/python-minifier/compare/2.4.2...2.5.0
Expand Down

0 comments on commit 2acc4e0

Please sign in to comment.