v2.0 Release Notes¶
Release Overview¶
v2.0.0 - (2023-11-15)¶
Changed¶
- #85 Updates for Nautobot v2
v2.0.1 (2024-04-11)¶
Changed¶
- #100 - Replaced pydocstyle with ruff.
Fixed¶
- #94 - Remove Sites and Device Roles from Merlin objects.
Housekeeping¶
- #100 - Fixed malformed
.cookiecutter.json
file. - #103 - Updated from
nautobot-app-v2.2.0
. - #104 - Re-baked from the template
nautobot-app-v2.2.1
.
v2.0.2 (2024-05-31)¶
Fixed¶
- #107 - Fixed error
Cannot create a consistent method resolution order (MRO) for bases BootstrapMixin, CustomFieldFilterForm
under Nautobot 2.2.5 and later.