* Support Python 3.11 and 3.12. * Drop support for Python 3.6 and 3.7.
2.1.1
==================
* Support Python 3.10.
2.1.0
==================
* Do not scan the filesystem for files to compress when all compression algorithms are disabled. * Add `pelican-granular-signals`_ as a dependency. * Guarantee that files are compressed at the right time.
2.0.0
but this change requires existing users to modify the ``PLUGINS`` list in the Pelican configuration file.
pelican_precompress can be referenced and enabled with the name ``'pelican.plugins.precompress'`` in the ``PLUGINS`` list.
1.1.2
==================
* Prevent small files from terminating the file compression loop. (5) * Officially support Python 3.9.
1.1.1
==================
* Fix a bytes/str oversight in the release process.