All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgrade to libcst >= 1.0.0
0.2.0 - 2023-05-04
- Global allowed_imports project config option
- Fix crash when using ignored_modules project config option
0.1.5 - 2023-04-20
- Fix explicit naming of Celery tasks using @coalesced_task instead of @app.task.
0.1.4 - 2023-03-22
- Fix crash in flake8 plugin on Python 3.11
0.1.3 - 2023-03-13
- The
componentize
command now adds explicit names for Celery tasks.
0.1.2 - 2023-02-09
- Set
LIBCST_PARSER_TYPE
tonative
such that theconfig
andcomponentize
commands can parse Python 3.10 syntax
0.1.1 - 2022-08-31
0.1.0 - 2022-08-31
0.1.0-rc.1 - 2022-08-31
- The
componentize
command will now also update references in string literals
- Ignore module imports from the same app
0.1.0-alpha.1 - 2022-07-06
- Initial release