All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.3.7 - 2024-11-05
- Add Python 3.13 to classifiers list
0.3.6 - 2024-11-04
- Drop Python 3.5 support
- Fix false positive with class attribute string value and docstring
0.3.5 - 2023-10-22
- Add Python 3.12 support
- Drop support for Python 3.3 & 3.4
- Fix check for f-strings on Python 3.12
- Prior to this version, this plugin cannot find implicit concats when using Python 3.12 and f-strings are involved
0.3.4 - 2022-10-31
- Add Python 3.11 to classifier list
0.3.3 - 2021-12-15
- Remove more-itertools version constraint
- Because more-itertools 8.11.0 has been yanked
0.3.2 - 2021-11-16
- Fix error code for bytes literals prefixed with 'rb'
0.3.1 - 2021-10-15
- Add Python 3.3 and 3.4 support
0.3.0 - 2021-10-11
- Separate error codes for bytes literal concatenations
0.2.1 - 2021-10-07
- Add Python 3.10 support
0.2.0 - 2021-10-01
- Remove attrs from dependency list
- Separate error code for concat over multiple lines
0.1.5 - 2021-09-20
- Add Python 3.9 support
0.1.4 - 2020-08-19
- Update documents
- Changed package structure
0.1.3 - 2020-05-25
- Update documents and metadata
0.1.2 - 2020-05-21
- Fix License in setup.cfg
0.1.1 - 2020-05-20
- Update README
- Fix License classifier
0.1.0 - 2020-05-18
- Update README
- First release