Skip to content

Commit 54a66f9

Browse files
author
semantic-release
committed
chore(release): 1.2.2
Automatically generated by python-semantic-release
1 parent cb526ca commit 54a66f9

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- version list -->
88

9+
## v1.2.2 (2026-03-12)
10+
11+
### Bug Fixes
12+
13+
- Added pyproject updates / ruff updates
14+
([#28](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/28),
15+
[`cb526ca`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/cb526ca42c917a59c8503af8550a08eb2e412499))
16+
17+
### Chores
18+
19+
- Update dependabot
20+
([`6fba7f2`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/6fba7f2ab227da5d669a3bd384141fe8f7d9aaa0))
21+
22+
- Update pyproject/__init__.py
23+
([`5c78985`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/5c7898582f8e542979b6f820f611df72504ba606))
24+
25+
- **deps**: Bump actions/upload-artifact from 6.0.0 to 7.0.0
26+
([#22](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/22),
27+
[`386a38d`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/386a38ddf352f2308ab5f3a53d5419ab15142f98))
28+
29+
- **deps**: Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1
30+
([#23](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/23),
31+
[`56ee2e4`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/56ee2e4d41361f37e93dc0a6c5cc2dc9c834a82d))
32+
33+
- **deps**: Bump the github-actions group with 4 updates
34+
([#27](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/27),
35+
[`022ca6d`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/022ca6d4b947f4af7cbc41056264f8ca92fcdb35))
36+
37+
### Testing
38+
39+
- Add targeted coverage tests to reach 97%
40+
([#21](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/21),
41+
[`5ca1ce6`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/5ca1ce6b79371df877f78b5f70050600c2a7e6f2))
42+
43+
944
## v1.2.1 (2026-03-01)
1045

1146
### Bug Fixes

netbox_interface_name_rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
33
from netbox.plugins import PluginConfig
44

5-
__version__ = "1.2.1"
5+
__version__ = "1.2.2"
66

77

88
class InterfaceNameRulesConfig(PluginConfig):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "netbox-interface-name-rules"
9-
version = "1.2.1"
9+
version = "1.2.2"
1010
description = "NetBox plugin for automatic interface renaming when modules are installed"
1111
readme = "README.md"
1212
requires-python = ">=3.12.0"

0 commit comments

Comments
 (0)