Skip to content

Commit

Permalink
Merge pull request #207 from nautobot/main
Browse files Browse the repository at this point in the history
Main to develop post release.
  • Loading branch information
whitej6 authored Jan 8, 2024
2 parents 28ed409 + 03de0c6 commit 3ee746f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 0 additions & 1 deletion changes/202.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/203.fixed

This file was deleted.

10 changes: 10 additions & 0 deletions docs/admin/release_notes/version_2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This document describes all new features and changes in the release `2.0`. 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).

## v2.0.3 (2024-01-08)

### Changed

- [#202](https://github.com/nautobot/nautobot/issues/202) - Replaced `pydocstyle` with `ruff`.

### Fixed

- [#203](https://github.com/nautobot/nautobot/issues/203) - Fixed old reference to class path in URL pattern for job.

## v2.0.2 - 2024-01-04

### Fixed
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 = "nautobot-firewall-models"
version = "2.0.2"
version = "2.0.3"
description = "Nautobot app to model firewall objects."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3ee746f

Please sign in to comment.