- ✨ Official python 3.11 support [291](https://github.com/s-weigand/flake8-nb/pull/291) - 🩹 Fixed bug with pre-commit-ci due to read-only filesystem by lkeegan in [290](https://github.com/s-weigand/flake8-nb/pull/290)
0.5.2
- 🩹 Fix config file discovery with flake8>=5.0.0 [255](https://github.com/s-weigand/flake8-nb/pull/255)
0.5.1
- 🩹 Fix config discovery with flake8>=5.0.0 [251](https://github.com/s-weigand/flake8-nb/pull/251)
0.5.0
- Drop support for `flake8<3.8.0` [240](https://github.com/s-weigand/flake8-nb/pull/240) - Set max supported version of `flake8` to be `<5.0.5` [240](https://github.com/s-weigand/flake8-nb/pull/240) - Enable calling `flake8_nb` as python module [240](https://github.com/s-weigand/flake8-nb/pull/240)
0.4.0
- Drop official python 3.6 support
0.3.1
- Set max supported version of `flake8` to be `<4.0.2` - Added official Python 3.10 support and tests