Skip to content

Commit b046ac7

Browse files
tablackburnclaude
andcommitted
Bump version to 0.8.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7333f10 commit b046ac7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.8.2] - 2025-12-30
11+
12+
### Changed
13+
14+
- Refactor ArgumentCompleters to use testable helper functions
15+
- Extract duplicated quote handling into `ConvertFrom-PatCompleterInput` private function
16+
- Extract CompletionResult creation into `New-PatCompletionResult` private function
17+
- Remove ~430 lines of duplicated code across 15 public functions
18+
- Add 46 unit tests for the extracted logic
19+
1020
## [0.8.1] - 2025-12-29
1121

1222
### Fixed

PlexAutomationToolkit/PlexAutomationToolkit.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '0.8.1'
15+
ModuleVersion = '0.8.2'
1616

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

0 commit comments

Comments
 (0)