Skip to content

Commit 8f37724

Browse files
author
semantic-release
committed
chore(release): 1.4.0
Automatically generated by python-semantic-release
1 parent 43abd6f commit 8f37724

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.4.0 (2026-05-28)
10+
11+
### Chores
12+
13+
- **deps**: Bump github/codeql-action from 4.35.3 to 4.35.4 in the github-actions group
14+
([#40](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/40),
15+
[`f10b003`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/f10b00377767bf8572ce62504659e476cb484505))
16+
17+
- **deps**: Bump github/codeql-action from 4.35.5 to 4.36.0 in the github-actions group
18+
([#43](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/43),
19+
[`0a773ab`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/0a773abff110a031ee93345cc392513ff1cefca5))
20+
21+
- **deps**: Bump the github-actions group with 2 updates
22+
([#41](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/41),
23+
[`65882d5`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/65882d5f4f2c255deffaf08ce0cab1d8c9f5036b))
24+
25+
### Features
26+
27+
- Dev fixes, added receiver for signal to provide mutated inteface name
28+
([#42](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/42),
29+
[`43abd6f`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/43abd6f949c551657dc7dbed1b03046da6338cda))
30+
31+
932
## v1.3.1 (2026-05-13)
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.3.1"
5+
__version__ = "1.4.0"
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.3.1"
9+
version = "1.4.0"
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)