Skip to content

Commit

Permalink
Merge pull request #93 from nautobot/u/gas-main-to-develop-post-0.3.1
Browse files Browse the repository at this point in the history
Sync main to develop post 0.3.1
  • Loading branch information
gsnider2195 authored Aug 22, 2024
2 parents 5a21428 + 7432c16 commit 96a07c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylint-nautobot"
version = "0.3.0"
version = "0.3.2a0"
description = "Custom Pylint Rules for Nautobot"
authors = ["Cristian Sirbu <[email protected]>", "Leo Kirchner <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 96a07c8

Please sign in to comment.