From c45a8c531162f5f4c7c9b75fffc1d0f2fb772af4 Mon Sep 17 00:00:00 2001 From: Cristian Sirbu Date: Thu, 22 Aug 2024 21:17:29 +0100 Subject: [PATCH 1/2] Release 0.3.1 --- docs/release_notes.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index 817d5ca..c0c7f42 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -10,6 +10,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1] - 2024-08-22 + +### Changed + +- Remove `Tables` from fields `__all__` check (nautobot-use-fields-all) and add tests ([#83](https://github.com/nautobot/pylint-nautobot/pull/83)) + +### Housekeeping + +- Removed upper bound on Python version ([#88](https://github.com/nautobot/pylint-nautobot/pull/88)) +- Added upper bound on pylint version (due to #89) ([#88](https://github.com/nautobot/pylint-nautobot/pull/88)) +- Switched tooling to `ruff` as per changes to the Nautobot App Template and removed `flake8`, `pydocstyle`, and `bandit` ([#88](https://github.com/nautobot/pylint-nautobot/pull/88)) + ## [0.3.0] - 2024-03-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index 60a767c..6ccb1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylint-nautobot" -version = "0.3.0" +version = "0.3.1" description = "Custom Pylint Rules for Nautobot" authors = ["Cristian Sirbu ", "Leo Kirchner "] license = "Apache-2.0" From 7432c16bea5b9ae682129fbda11f2f2ba9a2e4d7 Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:43:08 -0700 Subject: [PATCH 2/2] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ccb1bf..81c84b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylint-nautobot" -version = "0.3.1" +version = "0.3.2a0" description = "Custom Pylint Rules for Nautobot" authors = ["Cristian Sirbu ", "Leo Kirchner "] license = "Apache-2.0"