Skip to content

Commit 6d48a7c

Browse files
author
semantic-release
committed
chore(release): 1.4.3
Automatically generated by python-semantic-release
1 parent 1dd0a09 commit 6d48a7c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

77
<!-- version list -->
88

9+
## v1.4.3 (2026-06-29)
10+
11+
### Bug Fixes
12+
13+
- **engine**: Close unpinned rule-cache torn-read + review follow-ups to #49
14+
([#50](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/50),
15+
[`1dd0a09`](https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/1dd0a09b2bd4a1a906cc22d89b688a1e1bef6ead))
16+
17+
918
## v1.4.2 (2026-06-26)
1019

1120
### Performance Improvements

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.4.2"
5+
__version__ = "1.4.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.4.2"
9+
version = "1.4.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)