Skip to content

Commit 256ef9d

Browse files
author
semantic-release
committed
chore(release): 1.3.0
Automatically generated by python-semantic-release
1 parent 66fbf7b commit 256ef9d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

77
<!-- version list -->
88

9+
## v1.3.0 (2026-03-31)
10+
11+
### Chores
12+
13+
- **deps**: Bump github/codeql-action from 4.33.0 to 4.34.1 in the github-actions group
14+
([#33](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/33),
15+
[`f610cc5`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/f610cc5b7a3fd8816cdbc97edcf682abe0e6f396))
16+
17+
### Features
18+
19+
- Remove module path plus add YAML export option
20+
([#34](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/34),
21+
[`66fbf7b`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/66fbf7b5ddb9f97b4c3ec2ba8f54d2e6800f132e))
22+
23+
924
## v1.2.3 (2026-03-21)
1025

1126
### 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.3"
5+
__version__ = "1.3.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.2.3"
9+
version = "1.3.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)