Skip to content

Commit a4c2bcd

Browse files
committed
fix: preserve URLs without hostnames (file:///, smb:///, etc)
1 parent b445784 commit a4c2bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pfsense_redactor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
from .redactor import PfSenseRedactor, main, parse_allowlist_file
1717

18-
__version__ = "1.0.5"
18+
__version__ = "1.0.6"
1919
__all__ = ["PfSenseRedactor", "main", "parse_allowlist_file"]

pyproject.toml

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

55
[project]
66
name = "pfsense-redactor"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
description = "Safely removes sensitive information from pfSense config.xml exports"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)