Release Notes¶
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.
[0.2.1] - 2023-09-01¶
Changed¶
- Updates CODEOWNERS (#41)
- Improves rule help messages (#49)
- Fix scoping on string field blank/null checker (#49)
- Parametrize the base class checker by the Nautobot version (#44)
[0.2.0] - 2023-06-28¶
Added¶
- Model label construction checker (#28)
- Added
StatusModel
usage checker (#26) - String field blank/null checker (#18)
- Incorrect base class checker (#9)
Tests¶
- Changed test structure to better align with established pylint patterns (#28)
[0.1.0] - 2023-05-31¶
Initial release with a few rules, tests, and documentation.