From 73d2bb53830f26ea52f459abd76dd449a0643aa4 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 26 May 2021 15:34:18 -0700 Subject: [PATCH 1/2] Update CHANGELOG for v2.4.3 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bf6f85a..008368902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # PowerShell Editor Services Release History +## v2.4.3 +### Wednesday, May 26, 2021 + +This stable release includes all the changes in the previews since v2.3.0, plus the following: + +- ✨👷 [PowerShellEditorServices #1491](https://github.com/PowerShell/PowerShellEditorServices/pull/1491) - Bump OmniSharp to `v0.19.2`. +- 🧠🐛 [vscode-powershell #715](https://github.com/PowerShell/PowerShellEditorServices/pull/1484) - Fix unintentional module import. (Thanks @MartinGC94!) + +The most significant change is the update to [OmniSharp +v0.19.2](https://github.com/OmniSharp/csharp-language-server-protocol/releases/tag/v0.19.2), +from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying +Language Server Protocol and Debug Adapter Protocol server library, and as such is our +biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications, +enabling us to start incorporating all the latest LSP changes, and it includes numerous +bug fixes and enhancements resulting in a faster and more stable server and extension +experience. + ## v2.4.2-preview.1 ### Friday, May 21, 2021 From acf922212d39d5e623f16ec181358719758c725a Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 26 May 2021 15:37:12 -0700 Subject: [PATCH 2/2] Bump version to v2.4.3 --- PowerShellEditorServices.Common.props | 4 ++-- module/PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 5b7decafd..b86868353 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,7 +1,7 @@ - 2.4.2 - preview.1 + 2.4.3 + Microsoft © Microsoft Corporation. 9.0 diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index d87001fdc..0366cc506 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 = '2.4.2' +ModuleVersion = '2.4.3' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'