File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.5] [ ] - 2025-11-02
9+
10+ ### Changed
11+ - Updated installation documentation in README to address ` externally-managed-environment ` error
12+ - Added installation alternatives for macOS and modern Linux distributions:
13+ - pipx installation (recommended for CLI tools)
14+ - Virtual environment setup
15+ - User space installation
16+ - Improved source installation instructions with separate options for development and virtual environment setups
17+
818## [ 1.0.4] [ ] - 2025-11-02
919
1020### Changed
@@ -94,5 +104,6 @@ pfsense-redactor config.xml --anonymise
94104pfsense-redactor config.xml --dry-run-verbose
95105```
96106
107+ [ 1.0.5 ] : https://github.com/grounzero/pfsense-redactor/releases/tag/v1.0.5
97108[ 1.0.4 ] : https://github.com/grounzero/pfsense-redactor/releases/tag/v1.0.4
98109[ 1.0.3 ] : https://github.com/grounzero/pfsense-redactor/releases/tag/v1.0.3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pfsense-redactor"
7- version = " 1.0.4 "
7+ version = " 1.0.5 "
88description = " Safely removes sensitive information from pfSense config.xml exports"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments