Skip to content

Commit 2fba489

Browse files
committed
fix(CHANGELOG, PowerShellBuild.psd1): 🐛 Bump version to 0.7.1 and update changelog
* Remove extra item from `New-MarkdownHelp` splat to prevent failure with `$PSBPreference.Docs.Overwrite = $true` * Clean up failing Script Analyzer settings and relocate the configuration file.
1 parent c2e23d1 commit 2fba489

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.7.1] 2025-03-31 Bugfix
9+
10+
### Fixed
11+
12+
- Remove extra item from `New-MarkdownHelp` splat that would result in a failure
13+
when using `$PSBPreference.Docs.Overwrite = $true`
14+
- Clean up some failing Script Analyzer settings, including moving the file.
15+
816
## [0.7.0] 2025-03-31
917

1018
### Changed

PowerShellBuild/PowerShellBuild.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PowerShellBuild.psm1'
3-
ModuleVersion = '0.7.0'
3+
ModuleVersion = '0.7.1'
44
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55
Author = 'Brandon Olin'
66
CompanyName = 'Community'

0 commit comments

Comments
 (0)