From f889b93efcb035a49ed0add73a3c3686459233d8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Jul 2026 04:28:57 +0000 Subject: [PATCH] chore: Release v0.8.2 Bump ModuleVersion to 0.8.2 and convert the Unreleased changelog section to [0.8.2] 2026-07-08. Single user-facing change: the Test-PSBuildPester failure gate fix from #133. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_011semwa5HU1BUKKL4RoWjKa --- CHANGELOG.md | 2 ++ PowerShellBuild/PowerShellBuild.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229f674..de28545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.8.2] 2026-07-08 + ### Fixed - [**#133**](https://github.com/psake/PowerShellBuild/pull/133) diff --git a/PowerShellBuild/PowerShellBuild.psd1 b/PowerShellBuild/PowerShellBuild.psd1 index 8b6a039..2f4f0a5 100644 --- a/PowerShellBuild/PowerShellBuild.psd1 +++ b/PowerShellBuild/PowerShellBuild.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'PowerShellBuild.psm1' - ModuleVersion = '0.8.1' + ModuleVersion = '0.8.2' GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d' Author = 'Brandon Olin' CompanyName = 'Community'