--- a/docs/changelog.md Sun Feb 09 15:47:57 2025 +0100 +++ b/docs/changelog.md Sat Mar 01 15:52:40 2025 +0100 @@ -1,5 +1,21 @@ # Change Log +### Version 25.3 +- bug fixes +- Code Style Checker + - Updated these checkers. + - Imports to `flake8-tidy-imports` v4.11.0 + - Logging to `flake8-logging` v1.7.0 + - Miscellaneous to `flake8-bugbear` v24.12.12 + - Miscellaneous to `flake8-comprehensions` v3.16.0 + - Security to `bandit` v1.8.2 + - Added these checkers to support more case. + - 'Structural Pattern Matching' based on `flake8-spm` v0.0.1 + - Nested f-strings based on `flake8-nested-fstrings` v1.1.0 + - `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0 +- pip Interface + - Added a field to search for packages in the dependencies list. + ### Version 25.2 - bug fixes - MicroPython