Skip to content

Commit 9c25395

Browse files
tablackburnclaude
andcommitted
chore: bump version to 0.2.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dfea0fa commit 9c25395

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [0.2.2] - 2025-12-29
9+
10+
### Fixed
11+
12+
- URL-encode `ReleaseName` in search queries to prevent path injection attacks
13+
- Use `GetInvalidFileNameChars()` for comprehensive filename sanitization in `Get-SatNfo` and `Get-SatSrr`
14+
- Fix `MaxResults` pagination logic with explicit flag to prevent unnecessary API calls
15+
16+
### Changed
17+
18+
- Optimize `List` allocation with capacity hint after first API call
19+
- Refactor parameter mapping in `Search-SatRelease` from 64 lines to 12 lines
20+
- Apply agent instruction guidelines: replace shorthand variable names with full words
21+
22+
### Improved
23+
24+
- Increase test coverage from 98.8% to 99.4%
25+
826
## [0.2.1] - 2025-12-29
927

1028
### Changed
@@ -32,3 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3250
- Pipeline support for all commands
3351
- Comprehensive Pester test suite
3452
- Full comment-based help documentation
53+
54+
[0.2.2]: https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.2.1...v0.2.2
55+
[0.2.1]: https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.2.0...v0.2.1
56+
[0.2.0]: https://github.com/tablackburn/SrrDBAutomationToolkit/compare/v0.1.0...v0.2.0
57+
[0.1.0]: https://github.com/tablackburn/SrrDBAutomationToolkit/releases/tag/v0.1.0

SrrDBAutomationToolkit/SrrDBAutomationToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'SrrDBAutomationToolkit.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.1'
15+
ModuleVersion = '0.2.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = @('Desktop', 'Core')

0 commit comments

Comments
 (0)