From d9173d0ef765260b95169eccaa718f06f91fcddf Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:09:23 -0700 Subject: [PATCH] v4.7.0: Add a module metadata handler, enhance command and help handlers, and fix a Windows PowerShell host-start hang. --- CHANGELOG.md | 7 +++++++ PowerShellEditorServices.Common.props | 2 +- .../PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548812339..ebfccede6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # PowerShell Editor Services Release History +## v4.7.0 +### Thursday, June 25, 2026 + +See more details at the GitHub Release for [v4.7.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.7.0). + +Add a module metadata handler, enhance command and help handlers, and fix a Windows PowerShell host-start hang. + ## v4.6.0 ### Friday, May 15, 2026 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 2af5f41b1..5137d33ec 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 4.6.0 + 4.7.0 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 4fb2ea16a..cf97524eb 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '4.6.0' +ModuleVersion = '4.7.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'