Skip to content

Commit e6c8a4d

Browse files
committed
chore: bump version
1 parent 9a4c8ad commit e6c8a4d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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
94104
pfsense-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

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.4"
7+
version = "1.0.5"
88
description = "Safely removes sensitive information from pfSense config.xml exports"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)