Skip to content

Commit 6095db8

Browse files
author
semantic-release
committed
chore(release): 1.2.3
Automatically generated by python-semantic-release
1 parent 1dfe0fc commit 6095db8

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

77
<!-- version list -->
88

9+
## v1.2.3 (2026-03-21)
10+
11+
### Bug Fixes
12+
13+
- Harden engine, views, and signals from code review
14+
([#32](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/32),
15+
[`1dfe0fc`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/1dfe0fc63f857b57ec9a272d4b3a4fa3f57234d7))
16+
17+
### Chores
18+
19+
- **deps**: Bump the github-actions group with 3 updates
20+
([#31](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/31),
21+
[`157c3d5`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/157c3d50253fa15943749c758fac3289f409627d))
22+
23+
- **deps**: Bump the github-actions group with 3 updates
24+
([#29](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/29),
25+
[`5962490`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/5962490147391056e7e3f10f7ff02307577c7d1e))
26+
27+
- **deps-dev**: Update django requirement from <6.0,>=5.1 to >=5.1,<7.0
28+
([#30](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/30),
29+
[`65496da`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/65496dad3e7b12765e9952f7b757ea42c50289dd))
30+
31+
932
## v1.2.2 (2026-03-12)
1033

1134
### 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.2"
5+
__version__ = "1.2.3"
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.2"
9+
version = "1.2.3"
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)