Skip to content

Commit d549052

Browse files
committed
chore: Bump version and update changelog
1 parent 7619dcc commit d549052

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.2] unreleased
9+
10+
### Added
11+
12+
- The `$PSBPreference` variable now supports the following PlatyPS `New-MarkdownHelp` and `Update-MarkdownHelp` boolean
13+
options:
14+
- `$PSBPreference.Docs.AlphabeticParamsOrder`
15+
- `$PSBPreference.Docs.ExcludeDontShow`
16+
- `$PSBPreference.Docs.UseFullTypeName`
17+
818
## [0.7.1] 2025-04-01
919

1020
### Fixes

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.7.1'
3+
ModuleVersion = '0.7.2'
44
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55
Author = 'Brandon Olin'
66
CompanyName = 'Community'

0 commit comments

Comments
 (0)