Skip to content

Commit f7b4878

Browse files
tablackburnclaude
andcommitted
chore: release 0.8.1
Promote the Unreleased changelog entries to 0.8.1 and bump the module manifest ModuleVersion to match. 0.8.1 is a backward-compatible patch release restoring Windows PowerShell 5.1 import compatibility (see #126). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1555ad1 commit f7b4878

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## Unreleased
99

10+
## [0.8.1] 2026-06-03
11+
1012
### Fixed
1113

1214
- Restore Windows PowerShell 5.1 (Desktop edition) compatibility, which regressed

PowerShellBuild/PowerShellBuild.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PowerShellBuild.psm1'
3-
ModuleVersion = '0.8.0'
3+
ModuleVersion = '0.8.1'
44
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55
Author = 'Brandon Olin'
66
CompanyName = 'Community'

instructions/repository-specific.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks for other PowerShell module projects. It supports two task-runner framewor
1717
- **psake** (4.9.0+)
1818
- **Invoke-Build** (5.8.1+)
1919

20-
- Current version: **0.8.0** (see `PowerShellBuild/PowerShellBuild.psd1`)
20+
- Current version: **0.8.1** (see `PowerShellBuild/PowerShellBuild.psd1`)
2121
- `PowerShellVersion` in the manifest is currently `'3.0'` — almost certainly wrong; under
2222
review in the v1.0.0 roadmap (psake/PowerShellBuild#120)
2323
- Cross-platform: Windows, Linux, macOS (CI matrix in `.github/workflows/test.yml`)

0 commit comments

Comments
 (0)