Skip to content

Commit a58fdab

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 3db9a47 commit a58fdab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ā€ŽCHANGELOG.mdā€Ž

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

88
## Unreleased
99

10+
### Added
11+
1012
- Add new dependencies variables to allow end user to modify which tasks are
1113
run.
1214
- Add localization support.
1315

16+
### Fixed
17+
18+
- Remove extra item from `New-MarkdownHelp` splat that would result in a failure
19+
when using `$PSBPreference.Docs.Overwrite = $true`
20+
- Clean up some failing Script Analyzer settings, including moving the file.
21+
1422
## [0.7.2] 2025-05-21
1523

1624
### Added

0 commit comments

Comments
Ā (0)